码迷,mamicode.com
首页 > 编程语言 > 详细

Visual C++ 2012/2013的内存溢出检測工具

时间:2014-06-10 09:50:25      阅读:230      评论:0      收藏:0      [点我收藏+]

标签:c   style   class   code   a   http   

在过去,每次编写C/C++程序的时候,VLD差点儿是我的标配。有了它,就能够放心地敲代码,随时发现内存溢出。

VLD最高可支持到Visual Studio 2012。不知道以后会不会支持Visual Studio 2013,但反正眼下是不支持的。

相关的讨论见:https://vld.codeplex.com/discussions/471214


那么在Visual Studio 2013下还是老老实有用MFC的内存溢出检測工具,或者用WinDBG吧。

推荐一篇文章:《Memory Leak Detection Using Windbghttp://www.codeproject.com/Articles/31382/Memory-Leak-Detection-Using-Windbg



參考:stackoverflow上的回答:

What is the best free memory leak detector for a C/C++ program and its plug-in DLLs? [closed]

http://stackoverflow.com/questions/25730/what-is-the-best-free-memory-leak-detector-for-a-c-c-program-and-its-plug-in-d


Take a look at these links in order to learn more about WinDbg, memory leaks and memory management in general:


Visual C++ 2012/2013的内存溢出检測工具,布布扣,bubuko.com

Visual C++ 2012/2013的内存溢出检測工具

标签:c   style   class   code   a   http   

原文地址:http://www.cnblogs.com/mengfanrong/p/3778448.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!