What is the best tool to detect memory leaks in De

2019-01-13 08:20发布

What is the best tool to detect memory leaks.

Both free and not Free.

Thanks

9条回答
对你真心纯属浪费
2楼-- · 2019-01-13 09:04

I would recommend the full FastMM4-version over the version included in Delphi. The full version gives you a full and verbose report logged to file instead of the dialogbox. Combine this with a homebrewed 'memoryleak-logfile-differ' your're all set for an exiting bughunt.

查看更多
迷人小祖宗
3楼-- · 2019-01-13 09:04

FastMM is very good. I know 3 or 4 free Memory managers for Delphi. It takes less than hour to check all them, cause usually they require just 3 lines of code to embed'em in project.

查看更多
三岁会撩人
4楼-- · 2019-01-13 09:04

Try UMLD 1.0 We have tried and tested!! Smart Solution to a Leakfree Delphi Application Development and Bug Reporting Tool for Delphi development.

http://www.torry.net/authorsmore.php?id=7616&sort=ID

查看更多
登录 后发表回答