Delphi XE2:FastMM 可以与 Win64 应用程序一起使用吗?
我在 Delphi 应用程序中使用 FastMM 来跟踪内存泄漏,尤其是在 FullDebugMode 中。随着Delphi XE2新版本的发布,我们可以使用FastMM作为内存管理器吗? FastMM可以在Win64平台上工作吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
FastMM 预装在 Delphi XE2 中,是 Win32 和 Win64 平台的默认内存管理器,但预装版本不包括开源 FastMM(可在 SourceForge 上获得)提供的所有功能。要使用其所有功能(包括 FullDebugMode),您必须从 SourceForge 下载并安装开源项目。
SourceForge 上的项目还没有针对 XE2 进行更新;这意味着,要使用 FullDebugMode,您还必须等待几天,直到开源项目也针对 XE2 进行更新。
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 存储库进行了更改,添加了对 32 和 64 的支持XE2 的位目标。
Pierre Le Riche committed changes to the SVN repository yesterday to add support for both 32 and 64 bit targets of XE2.