搜索资源列表
6059listings
- linux下内存使用检查、泄漏检测工具等,可交叉编译,在arm平台中运行。-This is the set of files and directories for running the example code theat is part of the memory leak detection software. It consists of four directories. They are: dmalloc- files for building and
LeakTracer-mg.tar
- C代码中内存泄露检测工具,希望对你有所帮助-memory leak tools
damd_os_memory
- 提供内存管理:防止内存泄露,通过damd_porting_memory_poor_status() 观察内存使用,查看有没有重复申请的情况 查找内存泄漏的问题 1)长时间运行后出现内存泄漏; 2)为跟踪这个问题做了一个内存监控管理机制,采用分配登记,释放注销的原则,统一封装malloc和 free 3)目的是清楚系统各个模块和各个负责人分配的内存情况; 调用例子-Provide memory management: Prevent memory leaks
memleak
- 内存泄露检测程序,用于程序化检测内存泄露问题。-memory leak detecting procedure.