FastMM is the default memory manager for Delphi Win32 and Win64 bit applications.
I know how to get the System memory use using GlobalMemoryStatusEx, but that tells me the what the entire OS …
delphi memory-management fastmmI cannot figure out how to use FastMM. I have downloaded it from SourceForge and placed FastMM4Messages.pas and …
delphi memory-leaks fastmmHow do I turn on/off FastMM memory leak reporting under Delphi XE? Under Delphi 7, I had to modify the …
delphi delphi-xe fastmmIn a Delphi 7 project we installed FastMM. Soon after that we noticed one of the forms started to issue Abstract …
delphi fastmmI've noticed in the following post that you can get a stack trace out of FastMM to show what appears …
delphi delphi-2009 fastmmI can't figure out how to detect memory leaks in a statically or even dynamically linked dll. I just want …
delphi dll delphi-xe3 fastmm