c++ - 检查Windows中的内存泄漏

标签 c++ windows memory-leaks

<分区>

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

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

最佳答案

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

关于c++ - 检查Windows中的内存泄漏,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4720890/

相关文章:

windows - 如何从 C 代码 (Win32) 生成 RFC1123 日期字符串

java - Netbeans 出现 java.lang.OutOfMemoryError

android - android应用程序类中ProgressDialog的内存泄漏

c++ - std::tuple 用于不可复制和不可移动的对象

windows - C++Builder XE5 调试器显示???用于调用堆栈中的监视和函数参数

c++ - 与 cusparse 相比,cublas 异常缓慢

windows - 为什么我的 Ruby 线程演示不使用两个内核?

javascript - Samsung Smart TV App 退出再启动后速度很慢

c++ - 如何从字符串中去除非 ASCII 字符?在 C++ 中

c++ - 如何对用户定义类型使用 BOOST_CHECK_CLOSE