CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 内存泄漏

搜索资源列表

  1. VC使用CRT调试功能来检测内存泄漏

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

    • 发布日期:2008-10-13
    • 文件大小:4989
    • 提供者:小朱
  1. 内存泄漏在outwitch窗口上显示工具

    0下载:
  2. 该代码例子提供了内存泄漏在outwitch窗口上显示工具。-the code examples provided a memory leak in outwitch window displays.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:22938
    • 提供者:张连成
  1. 内存泄漏

    0下载:
  2. 一个关于内存泄漏的讨论-a memory leak on the discussion
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:163515
    • 提供者:李东
  1. 检测内存泄漏

    0下载:
  2. 在MFC中实现内存诊断,内存泄漏检测,转存内存状态统计等功能-in MFC diagnosis of memory, the memory leak detection and memory transfers state statistical functions
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:24897
    • 提供者:黄常标
  1. 几种常见的内存泄漏

    0下载:
  2. 几种常见的 内存泄漏现象
  3. 所属分类:编程文档

    • 发布日期:2010-10-09
    • 文件大小:10895
    • 提供者:yhcliang
  1. 基于Win下的VS内存检测工具

    0下载:
  2. 这是一款在Windows下的内存检测工具,能具体定位到哪一行代码有泄漏。用法很简单,将库Lib路径设置好,并在你要检测的工程里include 就可以了。工程执行完后退出便可看到内存是否泄漏。
  3. 所属分类:开发工具

    • 发布日期:2010-10-19
    • 文件大小:421609
    • 提供者:zedrn@21cn.com
  1. 实现模仿系统的内存分配

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

    • 发布日期:2011-11-27
    • 文件大小:15840
    • 提供者:sulong1234
  1. Memory_and_Exception_Trace 内存泄漏检测工具及其源码

    0下载:
  2. 一个内存泄漏检测工具及其源码,值得研究研究,-A detector tool and source code of memory leaks,worth discussing
  3. 所属分类:其他小程序

    • 发布日期:2017-11-08
    • 文件大小:20464
    • 提供者:
  1. MemoryMgr

    0下载:
  2. 查看内存泄漏的类,使用方法: 把两个文件添加到工程里,在需要做检测的文件里加上#include "MemoryMgr.h" 如果是使用MFC的程序删掉#define new DEBUG_NEW一行,在MemoryMgr.cpp里最上边加上#include "stdafx.h"就可以了。结果会保存在MemoryLeakLog.txt里-See the class memory leaks, use the method: the two files added to the project,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:4371
    • 提供者:
  1. cppcheck-1.23.tar

    0下载:
  2. cppcheck,可以检测c++代码,包括内存泄漏和越界-cppcheck, can detect c++ code, including memory leaks and cross-border
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:36032
    • 提供者:沈春锋
  1. vld-19d-setup

    0下载:
  2. VC中内存泄漏检测工具,第1.9版。使用方法简单-VC in memory leak detection tool, the first 1.9 version. The method is simple to use
  3. 所属分类:Windows Kernel

    • 发布日期:
    • 文件大小:746615
    • 提供者:jwang
  1. CheckMemory

    0下载:
  2. 查看是否有内存泄漏以及具体的泄漏值, 可以在程序中任何一个地方随意使用, 每次使用是请先初始化。-See if there is any memory leak as well as specific leakage value
  3. 所属分类:Windows CE

    • 发布日期:2017-04-04
    • 文件大小:2580
    • 提供者:navy
  1. C_Language_Programming_under_Linux_memory_leak_Res

    0下载:
  2. 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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:142906
    • 提供者:任宪勇
  1. Visual_Leak_Decetor

    0下载:
  2. Visual Leak Decetor, 用于检测C++编程中的内存泄漏-Visual Leak Decetor, for the detection of C++ programming of memory leaks
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:488135
    • 提供者:wpzhao
  1. MemUtil

    1下载:
  2. 一个牛公司自己开发一个内存管理工具,能够很好的调试内存泄漏,及示例代码.-A cow' s own memory management to develop a tool for debugging memory leaks very good, and sample code.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:13093
    • 提供者:yuxin
  1. memorycheck

    0下载:
  2. 内存泄漏检测,只有简单的几行代码,但非常好用,只要包含头文件并把代码复制到可能有泄漏的代码后面,编译时就会提示是否泄漏内存和泄漏内存的大小。给出了一个动态分配数组但没有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
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:582837
    • 提供者:david huang
  1. cppcheck-1.40

    1下载:
  2. cppcheck是静态的C/C++ 代码分析工具,用以检查内存泄漏,错配的内存分配和释放,缓冲区溢出,以及更多的问题。-Static analysis of C/C++ code. Checks for: memory leaks, mismatching allocation-deallocation, buffer overrun, and many more. The goal is 0 false positives.
  3. 所属分类:.net

    • 发布日期:2014-04-06
    • 文件大小:635238
    • 提供者:geddy
  1. memcheck

    0下载:
  2. 检查brew内存泄漏 检查brew内存泄漏 -mem check mem check mem check
  3. 所属分类:BREW

    • 发布日期:2017-04-09
    • 文件大小:1831851
    • 提供者:veranus
  1. StackWalkInC

    0下载:
  2. 内存泄漏检测程序,能够嵌入项目中作为内存泄漏检测的手段-Memory leak detection program, the project can be embedded as a means of memory leak detection
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:13076
    • 提供者:wangbo
  1. VC GDI内存泄漏捕捉工具源码

    0下载:
  2. 内存泄漏捕捉工具,再也不用查找错误码了,直接报你需要的错误。(Memory Leak capture tool, no longer find the error code, the direct reporting of the error you need.)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:95232
    • 提供者:浪涛UFC
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com