CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - memory leak detect

搜索资源列表

  1. yamd032

    0下载:
  2. 这是一个可以检测C++程序中是否有内存泄漏的类,并给出了应用实例-This is a C program can detect whether or not there is a memory leak of categories, and gives examples of the application
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:43687
    • 提供者:lgw
  1. VC++6.0中内存泄漏检测

    0下载:
  2. 介绍如何检测内存泄露的问题,学vc必不可少的东西.-Describe how to detect memory leak problem, a necessity for vc study.
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:6234
    • 提供者:陈志刚
  1. VC使用CRT调试功能来检测内存泄漏

    0下载:
  2. VC使用CRT调试功能来检测内存泄漏 C/C++ 编程语言的最强大功能之一便是其动态分配和释放内存,但是中国有句古话:“最大的长处也可能成为最大的弱点”,那么 C/C++ 应用程序正好印证了这句话。在 C/C++ 应用程序开发过程中,动态分配的内存处理不当是最常见的问题。其中,最难捉摸也最难检测的错误之一就是内存泄漏,即未能正确释放以前分配的内存的错误。偶尔发生的少量内存泄漏可能不会引起我们的注意,但泄漏大量内存的程序或泄漏日益增多的程序可能会表现出各种 各样的征兆:从性能不良(并且逐渐降
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:4989
    • 提供者:小朱
  1. 战斗机

    0下载:
  2. 涉及的代码是针对WINCE3.0(PPC2002)平台,同时兼顾了WIN32平台;旨在讨论编写同时适应2种平台的通用代码,采用的是最原始的BitBlt贴图和离屏方式,贴图效果比较粗糙。对声音的处理也比较幼稚,希望不会误导初学者。 重要说明: 1、没有用内存泄漏工具检测过,不知道有没有内存泄漏,哪位可以帮忙检测一下 2、未完成部分: 游戏的BOSS部分(BOSS贴图、BOSS子弹、BOSS爆炸效果) 游戏难度控制,目前比较幼稚 3、未解决的BU
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:454961
    • 提供者:夏侯威
  1. ce_crtdbg

    0下载:
  2. 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
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:2578
    • 提供者:杨久敏
  1. BChecker6.01

    0下载:
  2. the famous tool used to detect the memory leak-the famous tool used to detect the memory le ak
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:11276017
    • 提供者:谢国
  1. valgrind_manual.pdf

    0下载:
  2. linux 内存泄露检测工具,可以检测出程序的内存泄露情况-linux memory leak detection tool to detect memory leaks in case the procedure
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:824101
    • 提供者:刘敏
  1. Cneicunxielou

    0下载:
  2. 描述了C/C++内存泄露的问题,以及如何检查内存泄露,及一些常用工具的使用,较详细.-Described the C/C++ memory leak problem, and how to detect memory leaks, and some common tools to use, more detailed.
  3. 所属分类:Software Testing

    • 发布日期:2017-04-16
    • 文件大小:111205
    • 提供者:chen chen
  1. memory_leak

    0下载:
  2. Safe measure to apply for and free memory. Detect memory leak.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:2290
    • 提供者:arthurk
  1. memleak.tar

    0下载:
  2. 检查c程序的内存泄露问题!内存泄露不再是问题!-Detect the memory leak in c
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:4409
    • 提供者:yhq
  1. testMemory

    0下载:
  2. visual C/C++内存泄露检测小程序,可以供大家检测是否存在内存泄露,方便养成良好的编程习惯。-visual C/C++ memory leak detection of a small program that can detect the presence for your memory leak, easy to develop good programming habits.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:741604
    • 提供者:LiuKe
  1. VCCRT

    0下载:
  2. Visual Studio 调试器和 C 运行时 (CRT) 库为我们提供了检测和识别内存泄漏的有效方法。下面请和我一起分享收获——如何使用 CRT 调试功能来检测内存泄漏?-Visual Studio debugger and C run-time (CRT) library provides us with memory leak detection and identification of effective methods. Please share with me the follo
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:2964
    • 提供者:杨喆
  1. Memory-Leak-Detect

    0下载:
  2. 详细介绍了wince编程环境下,内存泄露检测的方式。对于wince环境下的内存泄露检测有着很强的指导意义。-Wince programming environment described in detail, the memory leak detection methods. Wince environment for memory leak detection has a strong significance.
  3. 所属分类:Windows CE

    • 发布日期:2017-03-26
    • 文件大小:237533
    • 提供者:雷家怀
  1. MEM_LEAK

    0下载:
  2. 标准C实现的内存泄露检测工具,在我们编写程序的时候,可能造成零散内存的泄露。但是通过该源码工具可以检测其是否泄露,在哪里泄露了。-Standard C memory leak detection tools implemented in our programming, it may result in fragmented memory leaks. But by the source tool can detect whether leakage, where leaked.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:3491
    • 提供者:shellex
  1. C-plus-plus-Memory-Leak-Detect-Tools

    0下载:
  2. 介绍C++编程中检测内存泄露的工具,比较详细和实用-Programming in C++ memory leak detection tools, more detailed and practical
  3. 所属分类:Software Testing

    • 发布日期:2017-03-23
    • 文件大小:427794
    • 提供者:stonylhy
  1. vld--src

    0下载:
  2. 内存泄露检测器,检测出你程序中的内存泄露,外国开源代码-Memory leak detector, detect memory leaks in your program, foreign open-source code
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-10
    • 文件大小:2190745
    • 提供者:xiao
  1. EmTrrackkm

    0下载:
  2. 嵌入式系统下内存泄漏检测库函数mTrace和测试代码,有详细使使用文档.这个是将malloc与free 函数控制起来,检测内存. -Embedded systems, memory leak detection library functions mTrace and the test code, use the document this is to malloc and free function control, detect memory.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:41408
    • 提供者:CerisTao
  1. memoryleak project

    0下载:
  2. The file is about memory leak detect source code .
  3. 所属分类:系统编程

    • 发布日期:2012-12-10
    • 文件大小:581976
    • 提供者:kamallee
  1. detect-of-memory-leak

    0下载:
  2. 内存检测程序,以源码的方式介绍了内存检测的过程和技术-请键入文字或网站地址,或者上传文档。 取消 Nèicún jiǎncè chéngxù, yǐ yuánmǎ de fāngshì jièshàole nèicún jiǎncè de guòchéng hé jìshù 您是不是要找: 你Memory test procedures to source presentation on memory testing processes and technologies
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:15741
    • 提供者:jade
  1. FastMM4991

    0下载:
  2. delphi内存泄露检测控件,方便对工程内存测试及调试(delphi memory leak detect)
  3. 所属分类:Delphi控件源码

    • 发布日期:2017-12-17
    • 文件大小:5000192
    • 提供者:王一天2
« 12 »
搜珍网 www.dssz.com