Top "Fastmm" questions

FastMM is the default memory manager for Delphi Win32 and Win64 bit applications.

How to get the Memory Used by a Delphi Program

I know how to get the System memory use using GlobalMemoryStatusEx, but that tells me the what the entire OS …

delphi memory-management fastmm
How to enable full debug mode in FastMM4?

I cannot figure out how to use FastMM. I have downloaded it from SourceForge and placed FastMM4Messages.pas and …

delphi memory-leaks fastmm
How do I turn on/off FastMM memory leak reporting under Delphi XE?

How do I turn on/off FastMM memory leak reporting under Delphi XE? Under Delphi 7, I had to modify the …

delphi delphi-xe fastmm
Possible obscure causes for Abstract Error in Delphi?

In a Delphi 7 project we installed FastMM. Soon after that we noticed one of the forms started to issue Abstract …

delphi fastmm
How to get a stack trace from FastMM

I've noticed in the following post that you can get a stack trace out of FastMM to show what appears …

delphi delphi-2009 fastmm
How to configure FastMM to detect memory leak in a dll

I 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