搜索资源列表
yamd-0.32.tar
- 很好用的内存泄漏检测工具。要配合linux的gcc使用,安装后将你的编译器gcc命令换成yamd-gcc就行了,在运行程序的时候yamd会提醒你是否存在内存泄漏问题。-good use of memory leak detection tools. To tie in the linux gcc use, after you install the compiler gcc orders replaced yamd - gcc held on the operational procedures
neicunxielou
- 游戏高手写的,报告游戏中内存泄漏的代码,重载操作符号new delete-game written by experts, the report Memory Leak game code, new heavy-duty operation delete symbols
leakfree
- 以malloc hook的方式检测内存泄漏的工具 -malloc hook to the memory leak detection tools
2
- 稳定性是衡量软件系统质量的重要指标,内存泄漏是破坏系统稳定性的重要因素。由于采用垃圾回收机制,Java语言的内存泄漏的模式与C++等语言相比有很大的不同。全文通过与C++中的内存泄漏问题进行对比,讲述了Java内存泄漏的基本原理,以及如何借助Optimizeit profiler工具来测试内存泄漏和分析内存泄漏的原因,在实践中证明这是一套行之有效的方法。
GdiLeakDetector
- GDI内存泄漏捕捉工具。该工具可以步骤EXE程序中使用GDI绘制时候内存泄漏代码捕捉。
operator overload
- 包括三个例子:1.C++流操纵器举例;2.内存泄漏检测类;3.一个重载所有操作符的例子;-including three examples : 1.C flow controls, for example; 2. Memory Leak Detection; 3. An operator overloading all examples;
CGraph4beta6
- VC6下编写的图形类,个人修改了内存泄漏的问题。
内存泄漏定位宏
- 内存定位宏 使用方法: Begin_Locate_Memleaks(ID) End_Locate_Memleaks()-memory positioning Acer Use : Begin_Locate_Memleaks (ID) End_Locate_Memleaks ()
内存检查
- 检查内存泄漏,可以参照源代码
Memory_and_Exception_Trace 内存泄漏检测工具及其源码
- 一个内存泄漏检测工具及其源码,值得研究研究,-A detector tool and source code of memory leaks,worth discussing
gridctrl_demo227
- MFC Grid control 2.27 Demo 新版本修补了内存泄漏,增加新的功能。-MFC Grid control 2.27 Demo hunting memory leaks, adding new features
MemoryMgr
- 查看内存泄漏的类,使用方法: 把两个文件添加到工程里,在需要做检测的文件里加上#include "MemoryMgr.h" 如果是使用MFC的程序删掉#define new DEBUG_NEW一行,在MemoryMgr.cpp里最上边加上#include "stdafx.h"就可以了。结果会保存在MemoryLeakLog.txt里-See the class memory leaks, use the method: the two files added to the project,
ListCtrlCl
- 改进后的ListCtrlCl,修改原来的内存泄漏,添加可以修改列表。-Improved ListCtrlCl, modify the original memory leak, add a list can be amended.
cppcheck-1.23.tar
- cppcheck,可以检测c++代码,包括内存泄漏和越界-cppcheck, can detect c++ code, including memory leaks and cross-border
cppcheck-1.40
- cppcheck是静态的C/C++ 代码分析工具,用以检查内存泄漏,错配的内存分配和释放,缓冲区溢出,以及更多的问题。-Static analysis of C/C++ code. Checks for: memory leaks, mismatching allocation-deallocation, buffer overrun, and many more. The goal is 0 false positives.
StackWalkInC
- 内存泄漏检测程序,能够嵌入项目中作为内存泄漏检测的手段-Memory leak detection program, the project can be embedded as a means of memory leak detection
vompsting-xnternal
- 在MFC中实现内存诊断,内存泄漏检测,转存内存状态统计等功能,(In MFC diagnose memory, memory leak detection, archived state memory statistics, and other functions,)
VC GDI内存泄漏捕捉工具源码
- 内存泄漏捕捉工具,再也不用查找错误码了,直接报你需要的错误。(Memory Leak capture tool, no longer find the error code, the direct reporting of the error you need.)
memleakdetect.tar
- 编译后,调用LD_PRELOAD=./MemLeakDetect.so ./test执行内存泄漏测试(LD_PRELOAD=./MemLeakDetect.so ./test)
QR解码20160226(内存泄露)
- 这是一个QR解码过程,移植到STM32,但是存在内存泄漏。(This is a QR decoding process that is ported to STM32, but there is a memory leak.)