0,vld下载地址http://vld.codeplex.com/http://vld.codeplex.com/
截取一段使用说明
It’s pretty easy to use. After installing it, you just need to tell Visual C++ where to find the included header and library file.
1,具体使用方法(1)安装vld安装完毕之后的目录结构
(2)项目引用头文件(3)在使用的位置加入头文件即可以win32工程为例,放在main.cpp中即可
(4)在程序关闭的时候,会给出相关的内存泄漏信息下面是没有内存泄漏的情况
有内存泄漏时,会给出相关的信息。

