免费的内存泄漏检测工具Visual Leak Detector

免费的才是最重要的,对于我们这些穷人来说......

 

如此好东东,是因lonkil 大佬从codeproject “挖”出来了......

 

点击进入下载页面  

 

测试代码:

// DebugError.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include "vld.h" int main(int argc, char* argv[]) { char * p= new char [10]; printf("Hello World!/n"); return 0; }

 

F5调试信息:

 

免费的内存泄漏检测工具Visual Leak Detector_第1张图片

你可能感兴趣的:(测试,工具,leak)