Memory Leaks Detection: A Different Approach
此文讨论了现在内存泄漏工具的一些不足,比如误报。不过个人在这种问题上要求比较严格,所以“误报”也是“报”!此文最后列出来的两个内存泄漏探测工具还是可以看看的,列在这里:
Windows Leaks Detector (sourceforge.net/projects/winleak) for Win32 attaches to any running process (no source code required), provides a basic UI to start and end monitoring memory activity, and finally produces a report of all memory leaks with full call stack information. It also lets you automatically add debugger breakpoints when memory allocation occurs.
LeakTracer (www.andreasen.org/LeakTracer) for Linux requires special compilation of your project.

本文探讨了现有内存泄漏工具的局限性,特别是误报问题,并推荐了两个实用的内存泄漏检测工具:WindowsLeaksDetector和LeakTracer。前者适用于Win32平台,能够监控进程中的内存活动并提供详细的泄露报告;后者则针对Linux环境。
2778

被折叠的 条评论
为什么被折叠?



