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

Add FastMM_RequireIDEPresenceForLeakReporting like FastMM4 had to enable leak reporting in libraries #37

Closed martijnlaan closed 1 year ago

pleriche commented 1 year ago

Thank you Martijn, I have merged your pull request.