Welcome![Sign In][Sign Up]
Location:
Search - memory leak

Search list

[Other resourceMemory leak detection for WinCE - Source

Description: Memory leak detection
Platform: | Size: 2725 | Author: 太阳 | Hits:

[Windows CEMemory leak detection for WinCE - Source

Description: Memory leak detection
Platform: | Size: 2048 | Author: 太阳 | Hits:

[OtherMemCheck273

Description: Delphi编程中检查Memory leak的代码,最新版本2.73,非常有用的工具代码-Source code for check memory leak in Delphi language,up to the minute version is 2.73,it is very useful tool.
Platform: | Size: 20480 | Author: akay | Hits:

[Linux-Unixvalgrind-3.0.0.tar

Description: linux下检测内存泄漏的工具,且完全开放源码。-under linux memory leak detection tools, and completely open source.
Platform: | Size: 2678784 | Author: ken | Hits:

[Windows CEce_crtdbg

Description: This code detects memory leaks in embedded VC++ almost the same way crtdbg does in VC++. At the end of program execution it will display in the debug window if there were any memory leaks and how the memory looks so you can identify where your memory leak occurred. It will display in the debug window a message saying no memory leaks detected if there are no memory leaks. Similar to what crtdbg.h does in VC++. The code detects memory leaks generated with calls to new and delete operators in C++. The code doesn t detect memory leaks generated with C functions: malloc, calloc, free, but that can be done in the future. Let me know and I will program it. -This code detects memory leaks in embedded VC almost the same way crtdbg does in VC. At the en d of program execution it will display in the deb ug window if there were any memory leaks and how t he looks memory so you can identify where your me mory leak occurred. It will display in the debug window a message saying no memory leaks detecte d if there are no memory leaks. Similar to what cr tdbg.h does in VC. The code detects memory leaks generated with calls to new and delete operator s in C. The code doesn t detect memory leaks " ated with C functions : malloc, malloc, free, but that can be done in the future. Let me know and I will program it.
Platform: | Size: 2048 | Author: 杨久敏 | Hits:

[OS programvld10src

Description: Provides a complete stack trace for each leaked block, including source file and line number information when available. Provides complete data dumps (in hex and ASCII) of leaked blocks. Customizable level of detail in the memory leak report. -Provides a complete stack trace for each leaked block, including source file and line number information when available. Provides complete data dumps (in hex and ASCII) of leaked blocks. Customizable level of detail in the memory leak report.
Platform: | Size: 51200 | Author: 马成 | Hits:

[OS programMemory_leak_finder_src

Description: 自定义的内存泄漏检测程序源码,加入你开发工程中,Boundschecker之类的内存泄漏检测工具可以歇歇了。-Since the definition of memory leak detection program source code, by adding your development project, Boundschecker like memory leak detection tools can be a rest.
Platform: | Size: 7168 | Author: 绿风 | Hits:

[OtherBChecker6.01

Description: the famous tool used to detect the memory leak-the famous tool used to detect the memory le ak
Platform: | Size: 11275264 | Author: 谢国 | Hits:

[OS programMEMORY-MANAGE

Description: 本程序主要实现内存管理的演示说明功能,利用MFC将七个部分综合在一起来说明内存管理的相关知识,包含1:内存空间分配,2:分配失败,3:堆区学习,4:虚拟内存,5:内存泄漏,6:内存池,7:智能指针等七部分,现已实现分配失败,堆区学习,内存泄漏等三部分,其他的演示对话框已经完成,但是功能还未实现-this procedure main memory management functions of the presentations, MFC will use some combination of seven to illustrate the memory management of the relevant knowledge, including one : memory space allocation, 2 : allocation failures, 3 : Reactor Region on the Study, 4 : virtual memory, 5 : Memory Leak, 6 : memory pool, 7 : smart pointer in seven parts, is the failure to achieve distribution stacked Region on the Study, three memory leak, Other presentations dialog has been completed, but have not yet been realized function
Platform: | Size: 5204992 | Author: 罗恺 | Hits:

[Hook apileakfree

Description: 以malloc hook的方式检测内存泄漏的工具 -malloc hook to the memory leak detection tools
Platform: | Size: 179200 | Author: chen | Hits:

[Internet-Networkmemprof-0.5.1

Description: this is a linux memory leak tool waresoft
Platform: | Size: 272384 | Author: liuguigang | Hits:

[Windows CEcrtdbg

Description: Memory leak detection for WinCE 内存泄露CE检测-Memory leak detection for WinCE memory leak detection CE
Platform: | Size: 2048 | Author: Leo.Zheng | Hits:

[Windows Developleaktest

Description: memory leak test
Platform: | Size: 14336 | Author: ronldon | Hits:

[OS programvld-19

Description: 对编程过程中内存泄漏进行检测,有源码提供。这是最新版1.9,修复了不少bug. Visual C++ provides built-in memory leak detection, but its capabilities are minimal at best. This memory leak detector was created as a free alternative to the built-in memory leak detector provided with Visual C++. Here are some of Visual Leak Detector s features, none of which exist -The process of programming memory leak detection, have to provide source code. This is the latest version 1.9, fix a lot of bug. Visual C++ Provides built-in memory leak detection, but its capabilities are minimal at best. This memory leak detector was created as a free alternative to the built-in memory leak detector provided with Visual C++. Here are some of Visual Leak Detector s features, none of which exist
Platform: | Size: 1352704 | Author: 华军 | Hits:

[Linux-Unixvalgrind-3.3.1.tar

Description: linux下debug内存泄露,很好的工具-debug memory leak under linux, a good tool
Platform: | Size: 4156416 | Author: xiejialong | Hits:

[SymbianHookLogger_Setup

Description: symbian下帮助你查找内存泄露的软件,方便小巧,实用。-symbian you search under the help of the software memory leak to facilitate compact and practical.
Platform: | Size: 1110016 | Author: sz42c | Hits:

[ApplicationsMemoryLeakFinder

Description: Memory Leak Finder Tool is a useful tool which can be used to find the memory leaks inside the java code using java programme. This can be used to generate the memory leak information report of the java source code using simple java programme. Usually ,significant amount of time needs to be spent in code review to find out the memory leaks. This asset helps in doing that task faster and efficiently. -Memory Leak Finder Tool is a useful tool which can be used to find the memory leaks inside the java code using java programme. This can be used to generate the memory leak information report of the java source code using simple java programme. Usually ,significant amount of time needs to be spent in code review to find out the memory leaks. This asset helps in doing that task faster and efficiently.
Platform: | Size: 12288 | Author: sam3737 | Hits:

[Windows DevelopC_Programming_Tutorial_memory_leak_detection

Description: C Programming Tutorial memory leak detection C编程开发内存泄露检测教程-C Programming Tutorial memory leak detection
Platform: | Size: 78848 | Author: o | Hits:

[androidAndroid_memory-leak-debugging.pdf

Description: Android_内存泄漏调试 对于ANDROID游戏开发非常有用!-Android_ debugging memory leaks is very useful for game development ANDROID!
Platform: | Size: 574464 | Author: benny yang | Hits:

[Windows CEMemory-Leak-Detect

Description: 详细介绍了wince编程环境下,内存泄露检测的方式。对于wince环境下的内存泄露检测有着很强的指导意义。-Wince programming environment described in detail, the memory leak detection methods. Wince environment for memory leak detection has a strong significance.
Platform: | Size: 237568 | Author: 雷家怀 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 18 »

CodeBus www.codebus.net