A fast replacement memory manager for Borland Delphi Win32 applications that scales well under multi-threaded usage, is not prone to memory fragmentation, and supports shared memory without the use of external .DLL files.
替换了BorlandMM.dll后出现的一些问题: 1、IDE未运行时,双击工程文件不能打开工程。 2、IDE关闭后不能退出,看FastMM4Options.inc中说 {Due to QC#14070 ("Delphi IDE attempts to free memory after the shutdown code of borlndmm.dll has been called"), FastMM cannot be uninstalled safely when used inside a replacement borlndmm.dll for the IDE. Setting this option will circumvent this problem by never uninstalling the memory manager.} {.$define NeverUninstall} 改成 {$define NeverUninstall} 后,依然是不能正常退出