搜索资源列表
VC使用CRT调试功能来检测内存泄漏
- VC使用CRT调试功能来检测内存泄漏 C/C++ 编程语言的最强大功能之一便是其动态分配和释放内存,但是中国有句古话:“最大的长处也可能成为最大的弱点”,那么 C/C++ 应用程序正好印证了这句话。在 C/C++ 应用程序开发过程中,动态分配的内存处理不当是最常见的问题。其中,最难捉摸也最难检测的错误之一就是内存泄漏,即未能正确释放以前分配的内存的错误。偶尔发生的少量内存泄漏可能不会引起我们的注意,但泄漏大量内存的程序或泄漏日益增多的程序可能会表现出各种 各样的征兆:从性能不良(并且逐渐降
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.
Memory_leak_finder_src
- 自定义的内存泄漏检测程序源码,加入你开发工程中,Boundschecker之类的内存泄漏检测工具可以歇歇了。
MemLeakFinder4dll
- 自定义的内存泄漏检测程序的demo程序,一个完整的工程,示范内存检测代码的使用。
memorycheck_521
- 内存泄漏检测,修补工具.适合MFC程序使用.可以对GDI, GUI, Menu 程序引入测试.-memory leak detection, repair tools. MFC procedures suitable for use. GDI can be right, GUI, Menu procedures for the introduction of testing.
iseemem
- 这是一个用于C或C++程序开发的内存防护系统,它可以有效的侦测到内存泄漏及内存读写异常的发生,并可以精确的指出发生问题的原因及相关的代码。相对与1.0版,2.1版本采用了全新的内核,应用了私有堆、虚拟内存、多线程存储等诸多技术,防护效果有了一个质的提升。YZ 编写,编译器:VC6。-for C or C program memory protection system, which can effectively detect memory leaks and memory reader unu
MemLeakCheck_src
- C语言写的校验内存泄漏的工具源代码,很有用-C language to write the check memory leak tool for source code, useful
MEMORY-MANAGE
- 本程序主要实现内存管理的演示说明功能,利用MFC将七个部分综合在一起来说明内存管理的相关知识,包含1:内存空间分配,2:分配失败,3:堆区学习,4:虚拟内存,5:内存泄漏,6:内存池,7:智能指针等七部分,现已实现分配失败,堆区学习,内存泄漏等三部分,其他的演示对话框已经完成,但是功能还未实现-this procedure main memory management functions of the presentations, MFC will use some combination of
vld-09i-src
- 这是一个内存泄漏检查工具,这里有它的源代码实现。使用该代码可以检查常见的内存泄漏问题。-This is a memory leak inspection tools, here it is the source code to achieve. Use of the code can check to the common memory leak problem.
gc-7.0.tar
- 一个检测内存泄漏情况的工具,欢迎大家使用交流探讨
gdiplush
- 检测内存泄漏的工具,可以同时检查gdi+和mfc的内存泄漏
myleaktest
- VC++ 6.0 中如何使用 CRT 调试功能来检测内存泄漏 -how to use the CRT debugging functions to detect memory leaks
mem_out
- 在比较大的项目里面,监测内存泄漏的技术文档。
检测内存泄漏
- 在MFC中实现内存诊断,内存泄漏检测,转存内存状态统计等功能-in MFC diagnosis of memory, the memory leak detection and memory transfers state statistical functions
vld-19d-setup
- VC中内存泄漏检测工具,第1.9版。使用方法简单-VC in memory leak detection tool, the first 1.9 version. The method is simple to use
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
Visual_Leak_Decetor
- Visual Leak Decetor, 用于检测C++编程中的内存泄漏-Visual Leak Decetor, for the detection of C++ programming of memory leaks
MemUtil
- 一个牛公司自己开发一个内存管理工具,能够很好的调试内存泄漏,及示例代码.-A cow' s own memory management to develop a tool for debugging memory leaks very good, and sample code.
memorycheck
- 内存泄漏检测,只有简单的几行代码,但非常好用,只要包含头文件并把代码复制到可能有泄漏的代码后面,编译时就会提示是否泄漏内存和泄漏内存的大小。给出了一个动态分配数组但没有delete的适用例子。-Memory leak detection, only a simple few lines of code, but very easy to use, if contains the header files and copy the code may have leaked the code beh