Welcome![Sign In][Sign Up]
Location:
Search - 内存泄漏

Search list

[OS programVC使用CRT调试功能来检测内存泄漏

Description: VC使用CRT调试功能来检测内存泄漏 C/C++ 编程语言的最强大功能之一便是其动态分配和释放内存,但是中国有句古话:“最大的长处也可能成为最大的弱点”,那么 C/C++ 应用程序正好印证了这句话。在 C/C++ 应用程序开发过程中,动态分配的内存处理不当是最常见的问题。其中,最难捉摸也最难检测的错误之一就是内存泄漏,即未能正确释放以前分配的内存的错误。偶尔发生的少量内存泄漏可能不会引起我们的注意,但泄漏大量内存的程序或泄漏日益增多的程序可能会表现出各种 各样的征兆:从性能不良(并且逐渐降低)到内存完全耗尽。更糟的是,泄漏的程序可能会用掉太多内存,导致另外一个程序垮掉,而使用户无从查找问题的真正根源。此外,即使无害的内存泄漏也可能殃及池鱼。-VC use CRT debugging functions to detect memory leaks C / C programming language one of the most powerful features is its dynamic memory allocation and release, but there is a Chinese saying : "The greatest strengths may also become the biggest weakness," then the C / C applications coincides with this sentence. In the C / C application development process, the dynamic allocation of memory improper handling is the most common problem. One of the most detection harder and harder to understand the most difficult one of the mistakes is a memory leak, unable to correctly before the release of allocated memory error. The occasional leakage of a small amount of memory may not arouse our attention, but the leakage of a large amount of memory leakage procedures or increasing the procedur
Platform: | Size: 4989 | Author: 小朱 | Hits:

[Other resource用VC检测和隔离内存泄漏

Description: 用VC检测和隔离内存泄漏的好书,值得推荐哟,欢迎下载!-VC detection and isolation of memory leakage books worth recommending yo welcome to download!
Platform: | Size: 8540 | Author: 曹海波 | Hits:

[Other内存泄漏在outwitch窗口上显示工具

Description: 该代码例子提供了内存泄漏在outwitch窗口上显示工具。-the code examples provided a memory leak in outwitch window displays.
Platform: | Size: 22938 | Author: 张连成 | Hits:

[WEB Code内存泄漏

Description: 一个关于内存泄漏的讨论-a memory leak on the discussion
Platform: | Size: 163515 | Author: 李东 | Hits:

[OS program检测内存泄漏

Description: 在MFC中实现内存诊断,内存泄漏检测,转存内存状态统计等功能-in MFC diagnosis of memory, the memory leak detection and memory transfers state statistical functions
Platform: | Size: 24897 | Author: 黄常标 | Hits:

[Program doc几种常见的内存泄漏

Description: 几种常见的 内存泄漏现象
Platform: | Size: 10895 | Author: yhcliang | Hits:

[Develop Tools基于Win下的VS内存检测工具

Description: 这是一款在Windows下的内存检测工具,能具体定位到哪一行代码有泄漏。用法很简单,将库Lib路径设置好,并在你要检测的工程里include 就可以了。工程执行完后退出便可看到内存是否泄漏。
Platform: | Size: 421609 | Author: zedrn@21cn.com | Hits:

[SourceCode实现模仿系统的内存分配

Description: 当时在WinCE下工作,项目中给我们指定使用的内存大小只有10M,而在项目中经常发生内存泄漏,内存使用超出范围等各种错误,所以为了项目质量的提高,写了一个模块系统内存分配的库,用于管理项目中的内存分配。重载了 new,delete 以及实现了 malloc free
Platform: | Size: 15840 | Author: sulong1234 | Hits:

[OtherMemory_and_Exception_Trace

Description: 一个内存泄漏检测工具及其源码,值得研究研究--A detector tool and source code of memory leaks,worth discussing
Platform: | Size: 20480 | Author: 站长 | Hits:

[OS programiseemem

Description: 这是一个用于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 unusual occurrence, and can accurately point out that the cause of the problem and the related code. Relatively with Version 1.0, version 2.1 of the new kernel, application of the private heap, virtual memory, multithreading and many other storage technologies, with a protective effect of quality improvement. YZ prepared compiler : VC6.
Platform: | Size: 23552 | Author: 钱 峰 | Hits:

[Booksmemmanager

Description: 内存泄漏管理,介绍内存泄漏的避免方法-memory leakage management, memory leakage on the ways to avoid
Platform: | Size: 9216 | Author: 张三 | Hits:

[Documents内存泄漏

Description: 一个关于内存泄漏的讨论-a memory leak on the discussion
Platform: | Size: 162816 | Author: 李东 | Hits:

[OS program检测内存泄漏

Description: 在MFC中实现内存诊断,内存泄漏检测,转存内存状态统计等功能-in MFC diagnosis of memory, the memory leak detection and memory transfers state statistical functions
Platform: | Size: 24576 | Author: 黄常标 | Hits:

[Other内存泄漏定位宏

Description: 内存定位宏 使用方法: Begin_Locate_Memleaks(ID) End_Locate_Memleaks()-memory positioning Acer Use : Begin_Locate_Memleaks (ID) End_Locate_Memleaks ()
Platform: | Size: 2048 | Author: 寻雪 | Hits:

[DocumentsVC++6.0中内存泄漏检测

Description: 介绍如何检测内存泄露的问题,学vc必不可少的东西.-Describe how to detect memory leak problem, a necessity for vc study.
Platform: | Size: 6144 | Author: 陈志刚 | Hits:

[OS programVC使用CRT调试功能来检测内存泄漏

Description: VC使用CRT调试功能来检测内存泄漏 C/C++ 编程语言的最强大功能之一便是其动态分配和释放内存,但是中国有句古话:“最大的长处也可能成为最大的弱点”,那么 C/C++ 应用程序正好印证了这句话。在 C/C++ 应用程序开发过程中,动态分配的内存处理不当是最常见的问题。其中,最难捉摸也最难检测的错误之一就是内存泄漏,即未能正确释放以前分配的内存的错误。偶尔发生的少量内存泄漏可能不会引起我们的注意,但泄漏大量内存的程序或泄漏日益增多的程序可能会表现出各种 各样的征兆:从性能不良(并且逐渐降低)到内存完全耗尽。更糟的是,泄漏的程序可能会用掉太多内存,导致另外一个程序垮掉,而使用户无从查找问题的真正根源。此外,即使无害的内存泄漏也可能殃及池鱼。-VC use CRT debugging functions to detect memory leaks C/C programming language one of the most powerful features is its dynamic memory allocation and release, but there is a Chinese saying : "The greatest strengths may also become the biggest weakness," then the C/C applications coincides with this sentence. In the C/C application development process, the dynamic allocation of memory improper handling is the most common problem. One of the most detection harder and harder to understand the most difficult one of the mistakes is a memory leak, unable to correctly before the release of allocated memory error. The occasional leakage of a small amount of memory may not arouse our attention, but the leakage of a large amount of memory leakage procedures or increasing the procedur
Platform: | Size: 5120 | Author: 小朱 | Hits:

[VC/MFC用VC检测和隔离内存泄漏

Description: 用VC检测和隔离内存泄漏的好书,值得推荐哟,欢迎下载!-VC detection and isolation of memory leakage books worth recommending yo welcome to download!
Platform: | Size: 8192 | Author: 曹海波 | Hits:

[Other内存泄漏在outwitch窗口上显示工具

Description: 该代码例子提供了内存泄漏在outwitch窗口上显示工具。-the code examples provided a memory leak in outwitch window displays.
Platform: | Size: 70656 | Author: 张连成 | Hits:

[Books内存泄漏检测

Description: 硬件必修,了解内存的泄漏检测,计算机爱好者该读。-hardware required to understand memory leak detection, computer enthusiasts of the time.
Platform: | Size: 4096 | Author: 王涛 | Hits:

[OtherVC GDI内存泄漏捕捉工具源码

Description: 内存泄漏捕捉工具,再也不用查找错误码了,直接报你需要的错误。(Memory Leak capture tool, no longer find the error code, the direct reporting of the error you need.)
Platform: | Size: 95232 | Author: 浪涛UFC | Hits:
« 12 3 4 5 6 7 8 9 10 ... 15 »

CodeBus www.codebus.net