搜索资源列表
valgrind-3.0.0.tar
- linux下检测内存泄漏的工具,且完全开放源码。-under linux memory leak detection tools, and completely open source.
malloc.tar
- 内存分配的各种包装函数,检查内存泄漏的函数,-memory allocation function of packaging, memory leakage inspection functions, etc.
gc-7.0.tar
- 一个检测内存泄漏情况的工具,欢迎大家使用交流探讨
gdbgdbserver
- linux下的debug工具,能够清楚的调试linux的工程错误,检测内存泄漏的问题-under linux debug tools to debug linux project clearly error, memory leak detection
C_Language_Programming_under_Linux_memory_leak_Res
- Linux下C语言程序内存泄漏的研究,阐述了内存泄漏的概念,危害,和常发场景,并给出查找内存泄漏的方法-C Language Programming under Linux memory leak of the study, explained the concept of memory leaks, hazards, and often made the scene, and gives way to find memory leak
dmalloc-5.5.2
- Linux下查看内存泄漏的工具dmalloc源代码-dmalloc,the tool to look up the leakiness of memory in Linux.
fifo
- 一个循环线性地址先进先出队列(FIFO),非常适合用做通讯、任务等,具有如下特点: 1.循环队列,空间利用率非常高,不用动态分配内存,不使用链表,无内存泄漏,无内存碎片; 2.线性地址空间,直接使用memcpy进出,速度非常快; 使用说明: 1.fifo_init 2.fifo_into 2.fifo_get 3.fifo_remove 4.fifo_uninit 如发现问题联系本人: lxj_com@163.com QQ:67016879
leakfinderv2
- Linux C++程序下的内存泄漏检测程序,对于在Linux/Unix下C++开发人员非常有用-Linux C++ program under the memory leak detection program for the Linux/Unix under C++ is useful for developers
Linux-operator-new-delete
- 在 windows 下使用 VC 编程时,我们通常需要 DEBUG 模式下运行程序,而后调试器将在退出程序时,打印出程序运行过程中在堆上分配而没有释放的内存信息,其中包括代码文件名、行号以及内存大小。该功能是 MFC Framework 提供的内置机制,封装在其类结构体系内部。 在 linux 或者 unix 下,我们的 C++ 程序缺乏相应的手段来检测内存信息,而只能使用 top 指令观察进程的动态内存总额。而且程序退出时,我们无法获知任何内存泄漏信息。为了更好的辅助在 linux 下程序
inifile2-master
- ini文件解析库,C++ ,内存泄漏已检测-ini file phase lib written by c++