搜索资源列表
mtrace_bt
- 一个在linux下跟踪内存泄露的小程序,一般在linux下可以用 mtrace valgrind来做,但是在嵌入式上,由于内存的限制,mtrace valgrind都显得束手无策
valgrind-3.0.0.rar
- unix下调试内存泄露的工具源代码,对了解内存检测原理等有极大的用处。,unix memory leak debugging tool for source code, to the understanding of memory, such as detection principle of great usefulness.
valgrind-3.3.1.tar
- linux下debug内存泄露,很好的工具-debug memory leak under linux, a good tool
memwatch-2.71
- 最近在UNIX下开发代码,用到了附件中检测内存泄露的代码。内存泄露检测是编写代码最难预防的,只能从养成好的编程习惯来减少。-Recently developed under the UNIX code, use the annex to memory leak detection code. Memory leak detection is the most difficult to write code to prevent, and can only develop good program
df
- linux 中df命令的实现c语言源码,是在busybox-1.1.2中移植出来的,因此也发现了其中的一个BUG,即其中的一个strdup函数分配的空间没有释放,造成内存泄露,在这份代码中进行了修正并注释了。-df command realize
valgrind_manual.pdf
- linux 内存泄露检测工具,可以检测出程序的内存泄露情况-linux memory leak detection tool to detect memory leaks in case the procedure
valgrind-3.2.0.tar
- C代码中内存泄露检测工具,希望对你有所帮助-memory leak tools
memleak.tar
- 检查c程序的内存泄露问题!内存泄露不再是问题!-Detect the memory leak in c
memwatch-embeddedlinux
- 很实用的工具,可以在嵌入式系统中方便的检测内存泄露-A good tools to check the memory leak in the embedded system
zfs-0.6.0-rc9.tar
- 检测内存泄露及内存使用越界的工具,很给力-Detection of memory leaks and memory usage, cross-border tool, it is to force
memscan
- 内存泄露检测工具,自己写的,使用与linux c-Memory leak detection tool to write your own, using linux c
Linux-operator-new-delete
- 在 windows 下使用 VC 编程时,我们通常需要 DEBUG 模式下运行程序,而后调试器将在退出程序时,打印出程序运行过程中在堆上分配而没有释放的内存信息,其中包括代码文件名、行号以及内存大小。该功能是 MFC Framework 提供的内置机制,封装在其类结构体系内部。 在 linux 或者 unix 下,我们的 C++ 程序缺乏相应的手段来检测内存信息,而只能使用 top 指令观察进程的动态内存总额。而且程序退出时,我们无法获知任何内存泄漏信息。为了更好的辅助在 linux 下程序
valgrind-3.10.0.tar
- valgrind 著名的内存泄露检测工具,这是3.10版本的原码-valgrind known memory leak detection tool, which is the 3.10 version of the original code
valgrind-3.13.0
- linux valgrind 3.13,下的内存检测工具,2017最新版,已实测,非常好用。帮我解决了写的程序内存泄露的问题。(memory leak monitor,valgrind 3.13.)