搜索资源列表
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
BChecker6.01
- the famous tool used to detect the memory leak-the famous tool used to detect the memory le ak
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
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;
leaktest
- memory leak test
vld-10-srcz
- memory leak lib src
Senfore_DragDrop_v4.1
- Drag and Drop Component Suite Version 4.1 Field test 5, released 16-dec-2001 ?1997-2001 Angus Johnson & Anders Melander http://www.melander.dk/delphi/dragdrop/ ------------------------------------------- Table of Contents: ----------------------
C语言编写的DLL如何旋转指定的图片
- 这个代码演示了调用一个C语言编写的DLL如何旋转指定的图片(附C源代码),支持360度图片平滑旋转,掩码色改变,甚至可以调整图片透明度、亮度、色相、饱和度、大小缩放等图片常用的值。 代码兼容Win98至Win7环境 *修复: GetDC引起内存泄露 -This code demonstrates calling a DLL written in C language specifies how to rotate a picture (with C source code)
ListCtrlCl
- 改进后的ListCtrlCl,修改原来的内存泄漏,添加可以修改列表。-Improved ListCtrlCl, modify the original memory leak, add a list can be amended.
MemLeak
- MFC中内存泄漏的检测!MFC写的! MFC中内存泄漏的检测!MFC写的!-MFC memory leak detection! MFC write! MFC memory leak detection! MFC write!
progressbar
- 用一个进度条显示了子线程的进度,用的是相应事件,而且加了防内存泄露处理-With a progress bar shows the progress of sub-thread, using the corresponding events, and added a memory leak to deal with anti-
VisualLeakDetector
- visual leak detector -Visual Leak Detector (VLD) Version 1.9b (beta) Change Log/Release Notes 1.9d beta (12 November 2006) ---------------------------- Bugs Fixed: + Failed assertion "freed == TRUE" pops up when running a pro
C_Programming_Tutorial_memory_leak_detection
- C Programming Tutorial memory leak detection C编程开发内存泄露检测教程-C Programming Tutorial memory leak detection
memleak
- source code to find memory leak in c-source code to find memory leak in c++
Visual-Leak-Detector
- vc内存泄露检测工具及源码,支持vs2008-memory leak checker
memory-leak-in-mfc
- This project is dialog based and using mfc.When we use the mfc in vc++ there is some memory leaking problem due to use of third party dll. this code help to remove this problem it take care the memory.
memoryleak project
- The file is about memory leak detect source code .
Visual-Leak-Detector-src
- vs 查内存泄漏工具,及C++实现源代码。-vs Chuck memory leak tools, and C++ source code.
Dynamic-Memory-Management
- Dynamic Memory Management.If the allocated memory is not freed when it s no longer necessary it will result in a memory leak. It is not specified what will happen to the leaked memory, but contemporary operating systems collect it when the program te