c++ - 用于 Visual Studio 2010 的 C++ 内存泄漏工具

标签 c++ visual-studio-2010 visual-studio

任何人都可以向我推荐可以集成到 Visual Studio 2010 中的内存泄漏好的插件吗?任何建议都很好。

最佳答案

您可以尝试使用 Visual Leak Detector .不过它是为 Visual C++ 而设计的。

关于c++ - 用于 Visual Studio 2010 的 C++ 内存泄漏工具,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11138069/

相关文章:

c++ - 数组大小 (new[])

c# - error 该进程无法访问该文件,因为它正被另一个进程使用

visual-studio - 指定VS扩展安装目录名

c++ - 为什么教科书更喜欢上下文不变的 "++x"而不是 "x++"?

c++ - 使用 SWIG 和外部 C 库构建问题

c++ - CreateFile,ReadDirectoryChanges 问题

asp.net - 在 .net 中缓存动态页面

c++ - 在 move 构造函数之前调用析构函数?

c# - 如何通过使代码变暗而不是 3 个点来恢复 Visual Studio 的旧方式提醒建议?

c# - 在发布版本 (C#) 中如何停止对调试函数调用中的参数求值