检查 Windows 中的内存泄漏

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/4720890/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 16:00:25  来源:igfitidea点击:

check Memory leaks in windows

c++windowsmemory-leaks

提问by ashmish2

Possible Duplicate:
Is there a good Valgrind substitute for Windows?

可能的重复:
Windows 有没有好的 Valgrind 替代品?

I have used valgrind in Linux. Can anyone tell me some similar tools for checking memory leak in windows?

我在 Linux 中使用过 valgrind。谁能告诉我一些类似的工具来检查 Windows 中的内存泄漏?

回答by Ana Betts

AppVerifierwill check for memory leaks, as well as many other kinds of Windows-specific errors.

AppVerifier将检查内存泄漏以及许多其他类型的特定于 Windows 的错误。

回答by emreakyilmaz

The similiar topic was discussed in here: Is there a good Valgrind substitute for Windows?

此处讨论了类似的主题: Windows 是否有一个很好的 Valgrind 替代品?

回答by pahlevan

Visual Leak Detectoris a good tool to check App in DEBUG Mode.

Visual Leak Detector是在 DEBUG 模式下检查 App 的好工具。