Version 4.70 (4 August 2006): ---------- - Added the Simplified Chinese translation(简体中文翻译) by JiYuan Xie. - Added the updated Russian as well as the Ukrainian translation by Andrey Shtukaturov. - Fixed two bugs in the leak class detection code that would sometimes fail to detect the class of leaked objects and strings, and report them as 'unknown'. (Thanks to Dimitry Timokhov)
在应用程序中的使用,作者是这样说的: Using FastMM is very simple. All you have to do is add FastMM.pas as the very first unit in your project's .dpr file. Note that if you application uses .DLL files and you will be sharing memory (i.e. passing long strings or dynamic arrays between the DLL and main application), that you have to use FastMM in the DLL as well. If FastMM is not the first file in the "uses" section of the .dpr file, you will get an "invalid pointer operation" during program startup (meaning the default MM has already been used to allocate some memory).