Delphi XE2: Does FastMM work with Win64 application?

I use FastMM in my Delphi application to trace memory leaking especially in FullDebugMode. With the new release of Delphi XE2, can we use FastMM as the memory manager? Can FastMM work with the Win64 platform?


FastMM is pre-installed in Delphi XE2 and is the default memory manager for both Win32 and Win64 platforms, but the pre-installed version does not include all the features the open-source FastMM (available on SourceForge) provides. To use all of its features (including FullDebugMode), you have to download and install the open source project from SourceForge.

The project on SourceForge is not updated for XE2 yet; that means, for using FullDebugMode you have to wait a few more days until the open source project is updated for XE2 too.


Pierre Le Riche昨天对SVN存储库进行了更改,以增加对XE2的32位和64位目标的支持。

链接地址: http://www.djcxy.com/p/59876.html

上一篇: 在Delphi XE2中使用.NET程序集

下一篇: Delphi XE2:FastMM与Win64应用程序一起工作吗?