搜索资源列表
yamd-3.32.tar
- YAMD 是一款很有效的内存调试工具,能够用于linux下内存泄露的调试。-YAMD is one very effective memory debugging tools can be used under Linux Debugging Memory divulged.
boost_source_code
- 正则表达式,可以与POSIX API和Perl语言处理正则表达式的功能相媲美,而且还能支持各种字符类型(如char、wchar_t,甚至还可以是自定义字符类型); 多线程,想了很久的跨平台多线程库了; 数据结构“图”,再加上即将加入标准的hash_set、hash_map、hash_multiset、hash_multimap等等(事实上不少STL实作,如SGI STL,已经支持以上数据结构),C++对数据结构的支持已近完备; python,没错,对Python语言的支持;
mtrace_bt
- 一个在linux下跟踪内存泄露的小程序,一般在linux下可以用 mtrace valgrind来做,但是在嵌入式上,由于内存的限制,mtrace valgrind都显得束手无策
MemLeakAnalyse
- 简单的内存泄露的检查和测试的示例代码,如果你的程序有内存泄露可以参考一下
MFCLeakTest.zip
- 内存泄露检测程序。 ,Memory leak detection program.
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.
vld
- VLD内存泄露检测工具,直接解压缩到工程目录下使用-VLD memory leak detection tools, direct solution to the project directory to use compressed
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
mem_leak
- 检测内存泄露.rar-Memory leak detection. Rar
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
checkleak
- 自己动手编写的内存泄露程序。可以检测简单的内存泄露。-Do-It-Yourself procedures to prepare the memory leak. Can be a simple memory leak detection.
New_del
- 重载delete和new,并标记,可以发现内存泄露的部分代码。-Overloading delete and new, and mark, you can find memory leaks in part of the code.
SmartPoints
- C++ 智能指针的实现源码,使用引用计数,利用栈空间管理堆中的大型对象,以避免内存泄露.-C++ smart pointer implementation of source code, using reference counting, the use of stack space management of large object heap to avoid memory leaks.
memwatch_271_VC
- memwatch VC版,用于VC环境的内存泄露检测工具,具有所有源码。-memwatch VC version for VC environment in memory leak detection tool, with all the source code.
XML-vld
- 该程序演示了如何检测WINDOWS程序内存泄露问题,另外也演示了如何实现解析并读取XML文件。-This program demonstrates how to detect memory leaks WINDOWS program, also demonstrates how to implement additional analytic and read XML files.
valgrind-3.2.0.tar
- C代码中内存泄露检测工具,希望对你有所帮助-memory leak tools
Mem
- 跟踪系统中产生的内存泄露。 并进行调试,可以在控制台中输出泄露点。-Tracking system produced a memory leak. And debug
valgrind-3.13.0
- linux valgrind 3.13,下的内存检测工具,2017最新版,已实测,非常好用。帮我解决了写的程序内存泄露的问题。(memory leak monitor,valgrind 3.13.)