在过去,每次编写C/C++程序的时候,VLD差点儿是我的标配。有了它,就能够放心地敲代码,随时发现内存溢出。
VLD最高可支持到Visual Studio 2012。不知道以后会不会支持Visual Studio 2013,但反正眼下是不支持的。
相关的讨论见:
那么在Visual Studio 2013下还是老老实有用MFC的内存溢出检測工具,或者用WinDBG吧。
推荐一篇文章:《》
參考:stackoverflow上的回答:
What is the best free memory leak detector for a C/C++ program and its plug-in DLLs? [closed]
Take a look at these links in order to learn more about WinDbg, memory leaks and memory management in general: