FastMM
Description
FastMM is a lightning fast replacement memory manager for Embarcadero Delphi Win32 and Win64 applications that is not prone to memory fragmentation, and supports shared memory without the use of external .DLL files.
FastMM Web SiteUser Ratings
User Reviews
-
I have a client that is stuck using BCB6. Replacing the standard memory manager with FastMM has been a great help. The performance is much better. Tracking leaks is easier too.
-
good job
-
Great tool.
-
Excellent memory manager that I'm recommending to all Delphi programmers. Speeds up Delphi IDE and programs (specially those using multi-threading), detects memory leaks and memory corruption as soon as possible.
-
I spent several days looking for a memory leak. FastMM showed me not only that there wasn't a leak it fixed a the real issue (Borland's memory manager). Great work Pierre.