搜索资源列表
JRTPDemo
- jrtplib 的server/client demo,原来的demo存在内存泄露问题-jrtplib the server / client demo, the original demo of memory leakage problems
MemoryHooks_src
- 能够检测系统内各个运行进程的内存泄露情况.-detection system can be run within the process of memory leaks.
memp0950
- 检测内存泄露的程序-memory leakage detection procedures
VLD
- vdl 支持内存泄露检查 只要把相应文件拷贝到相应的安装目录下即可
CCeButton
- 利用这个Button类中的SetMenu()可以代替菜单,也可以设置按钮按下和起来的状态,使按钮呈现动态效果,另一个重点就是它没有内存泄露问题。
JMPlayer
- 依据JM10.1代码修改而来,可以实时显示解码画面,需要CIF版本请自己修改一下。 注: JM代码有内存泄露 1.image.c里面readnewslice函数一处return之前没有FreeNALU(nalu) 2.mbuffer.c里面free_storable_picture函数少释放一个成员变量s->slice_id,一共10个.
dynled_demo
- MFC的一个LED灯。可以修改色彩,形状,控制闪烁间隔时间。原代码是CodeProject上的,有内存泄露。现已经修复泄露问题。
MemoryLeakCheck
- 将压缩包里的头文件memory.h加入VC的INCLUDE目录下,在程序中写入Memory() 单步执行可以检查内存泄露-compressed bag of the first document memory.h join VC INCLUDE directory, in the process of inclusion Memory () can single-step implementation of memory leakage inspection
C语言实战105例
- C语言实战105例 第1部分 基础篇 实例1 一个价值“三天”的BUG 2 实例2 灵活使用递增(递减)操作符 5 实例3 算术运算符计算器 7 实例4 逻辑运算符计算器 9 实例5 IP地址解析 11 实例6 用if…else语句解决奖金发放问题 13 实例7 用for循环模拟自由落体 16 实例8 用while语句求n! 19 实例9 模拟银行常用打印程序 22 实例10 使用一维数组统计选票 26 实例11 使用二维数组统计学生成绩 29 实例12 简单的计算器
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)
SmartHandle
- 资源句柄智能指针类,支持一般资源句柄、注册表句柄、文件视图句柄、动态库句柄及文件句柄的动态卸载的能力,防止不小心而造成的内存泄露;-Resources to handle the smart pointer class, general resources to support the handle, registry handles, file handles view, dynamic library file handle and handle the dynamic unloading
dbg_new
- 动态内存发现机制,有效的检测开发过程中动态内存泄露!-Dynamic memory discovery mechanism and effective detection of the development process dynamic memory leak!
source_delete_new
- 解决内存泄露的源代码,重载了NEW DELETE 函数,通过获取指针的钩子,截获内存泄露的元凶-Solve the memory leak of source code, overloading the NEW DELETE function, through access to the hook pointer, memory leak intercepted the culprit
ProcessCPU
- 可以指定监控某个进程是否有内存泄露,并即时显示内存占用情况。-Can specify a process to monitor whether there is memory leak and memory footprint shows the situation immediately.
xmem-1.33
- c/c++内存管理源代码,可以检测出内存泄露,并可以定位到泄露行-XMEM Extended C/C++ Dynamic Memory Control and Debug Library: The extended C/C++ Dynamic Memory Control and Debug Library XMEM is a replacement library for malloc/free and new/delete to find memory leaks and other mem
leakdetect
- 该程序主要是提供了一种内存泄露检测的算法及其源代码,主要是C语言程序-The C program source had given a solution of memory leaks...
mem_func
- C语言内存管理,支持内存泄露和破坏的调试-C language memory management, support for debugging memory leaks and damage
leakcanary-for-eclipse
- 测试内存泄露的一款测试工具,简单易懂,熟悉linnux 的就可以操作(leakage test tool ,can help you test easy .and it is a strongly test tool)
vld
- 内存检测泄露工具,用于检测因NEW DELETE不匹配导致的内存泄露(Memory detection leak tool used to detect memory leaks caused by NEW DELETE mismatches)
QR解码20160226(内存泄露)
- 这是一个QR解码过程,移植到STM32,但是存在内存泄漏。(This is a QR decoding process that is ported to STM32, but there is a memory leak.)