【发布时间】:2011-06-10 21:22:27
【问题描述】:
我在 Linux 中使用过 valgrind。谁能告诉我一些类似的检查 windows 内存泄漏的工具吗?
【问题讨论】:
-
你应该使用 deleaker 来查找内存泄漏...
标签: c++ windows memory-leaks
我在 Linux 中使用过 valgrind。谁能告诉我一些类似的检查 windows 内存泄漏的工具吗?
【问题讨论】:
标签: c++ windows memory-leaks
AppVerifier 将检查内存泄漏以及许多其他类型的 Windows 特定错误。
【讨论】:
此处讨论了类似的主题: Is there a good Valgrind substitute for Windows?
【讨论】:
Visual Leak Detector是在DEBUG模式下检查App的好工具。
【讨论】: