搜索资源列表
vld-19
- 对编程过程中内存泄漏进行检测,有源码提供。这是最新版1.9,修复了不少bug. Visual C++ provides built-in memory leak detection, but its capabilities are minimal at best. This memory leak detector was created as a free alternative to the built-in memory leak detector provided with Visua
Visual_Leak_Decetor
- Visual Leak Decetor, 用于检测C++编程中的内存泄漏-Visual Leak Decetor, for the detection of C++ programming of memory leaks
MemLeakFinder
- Memory Leak finder application for Visual C-Memory Leak finder application for Visual C++
Leak-Detector
- Visual Leak Detector是一款用于Visual C++的免费开源的内存泄露检测工具,使用方法是将下载后的文件解压后,将lib放入vs的lib目录,将.h文件放入vs的include目录(如:……\Visual Studio 10.0\VC\lib和……\Visual Studio 10.0\VC\include),最后将.dll文件放入工程目录下即可,使用非常方便,会在输出窗口中显示泄露信息-Visual Leak Detector is a for the Visual c++
VCmemorytesting
- 是一款用于Visual C++的免费的内存泄露检测工具。相比较其它的内存泄露检测工具,它在检测到内存泄漏的同时,还具有如下特点: 1、 可以得到内存泄漏点的调用堆栈,如果可以的话,还可以得到其所在文件及行号; 2、 可以得到泄露内存的完整数据; 3、 可以设置内存泄露报告的级别; 4、 它是一个已经打包的lib,使用时无须编译它的源代码; 5、 他的源代码使用GNU许可发布,并有详尽的文档及注释;-Is free of a memory leak detection tool