pleriche / FastMM5

FastMM is a fast replacement memory manager for Embarcadero Delphi applications that scales well across multiple threads and CPU cores, is not prone to memory fragmentation, and supports shared memory without the use of external .DLL files.
283 stars 73 forks source link

FastMM Usage Tracker issue #48

Closed myonlylonely closed 5 months ago

myonlylonely commented 6 months ago

Hey Pierre, I copied FastMM Usage Tracker from FastMM4 to FastMM5, it compiled without any issue. But when I open the Usage Tracker window, the first tab shows that almost all the usage number is zero. It did show the correct info when I switch back to FastMM4. I know FastMM5 changed a lot, so is it possible for the Usage Tracker to work under FastMM5?

pleriche commented 6 months ago

Hi,

It is on the to-do list to update the usage tracker for FastMM5, but I can't commit to a a timeline for it at this stage.

Best regards, Pierre

myonlylonely commented 5 months ago

Thanks for the info. Could you please explain the reason for the numbers showing zero?

pleriche commented 5 months ago

I have ported the usage tracker to FastMM5.

myonlylonely commented 5 months ago

Great! I have tested it without any issue.👍