visual leak detector ,安装包
2021-08-19 09:01:02 2.75MB 内存泄漏检测 windows
1
vld库在vs2019下编译通过,在vld项目右键重新生成即可。 当前只编译了必需的两个库libformat及vld 另外里面也包含了x86和x64版本的dbghelp.dll
2021-08-09 13:28:52 3.16MB vld vs2019 dbghelp
1
VLD(Visual Leak Detector) 2.5.1 c++ windows 内存泄漏检测
2021-07-21 19:00:30 3.11MB c++ windows vc
1
VS2005 VS2008 VS2010, VC2012 VC2013 VC2015 VC2017 内存泄漏检测工具
2021-06-25 09:55:22 2.82MB VC2012 VC2013 VC2015 VC2017
1
VLD是一款用于VisualC++的免费内存泄漏检查工具。可以在codeproject.com网站上找到,相比其它的内存泄漏哦给你根据,他在检查内存泄漏的同事,还具有如下特点: 1) 可以得到内存泄漏点的调用堆栈,如果可以的话,还可以得到其所在的文件及行号; 2) 可以得到泄漏内存的完整数据; 3) 恶意设置内存泄漏报告的级别; 4) 它以动态库的形式提供,无需编译源代码,只需要很小的改动程序; 5) 源代码使用GNU许可发布,并有详细的文档及其注释。
2021-05-31 15:51:21 29.87MB vld 内存泄漏检测
1
车标检测数据集,以PASVCAL_VOC格式为基准建立。共包含45类车标,3015幅图像,其中900幅测试集,由于数据集较小,未设置验证集。(由于文件限制,所以该部分数据为上半部)此外,该数据集包含剪切出的车标图像。
2021-05-26 08:58:56 155.42MB 深度学习 车标检测 数据集
1
Visual Leak Detector,配合VS使用的代码检测工具,防止代码没有优化的情况下造成内存泄漏等底层BUG
2021-02-17 18:04:36 2.75MB vld
1
windows内存泄露检测,VLD(Visual Leak Detector)是一款用于 Visual C++ 的免费内存泄露检测工具。内寸泄露检测神器。
2021-02-04 18:04:20 2.75MB vld 内存泄漏 windows 内存检测
1
Enhanced Memory Leak Detection for Visual C++ Visual Leak Detector is a free, robust, open-source memory leak detection system for Visual C++. 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. Then it can be used with any C/C++ project simply by adding the following line to your code: #include When you run your program under the Visual Studio debugger, Visual Leak Detector will output a memory leak report at the end of your debugging session. The leak report includes the full call stack showing how any leaked memory blocks were allocated. Double-click on a line in the call stack to jump to that file and line in the editor window. It's a very effective way to quickly diagnose, and fix, memory leaks in C/C++ applications. The main difference between the CRT Debug Library and VLD, is that Visual Leak Detector shows you the complete callstack used for memory allocation has led to the leak.
2020-12-06 23:31:56 2.82MB Memory Leak Detection Visual
1
该文件是用vs2019编译好的内存泄漏检测工具,是编译好的文件,不是源代码,需要自己编译的可以根据我的另一篇博客编译:https://blog.csdn.net/youyicc/article/details/103762127
2020-12-06 22:54:53 1.74MB VS2019 VLD LIB 内存泄漏检测
1