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

搜索资源列表

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

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

    • 发布日期:2008-10-13
    • 文件大小:4.87kb
    • 提供者:小朱
  1. valgrind-3.0.0.tar

    0下载:
  2. linux下检测内存泄漏的工具,且完全开放源码。-under linux memory leak detection tools, and completely open source.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2.55mb
    • 提供者:ken
  1. malloc.tar

    1下载:
  2. 内存分配的各种包装函数,检查内存泄漏的函数,-memory allocation function of packaging, memory leakage inspection functions, etc.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:38.57kb
    • 提供者:夏洪他
  1. Memory_leak_finder_src

    1下载:
  2. 自定义的内存泄漏检测程序源码,加入你开发工程中,Boundschecker之类的内存泄漏检测工具可以歇歇了。
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:7.56kb
    • 提供者:绿风
  1. MemLeakFinder4dll

    0下载:
  2. 自定义的内存泄漏检测程序的demo程序,一个完整的工程,示范内存检测代码的使用。
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:10.09kb
    • 提供者:绿风
  1. memorycheck_521

    0下载:
  2. 内存泄漏检测,修补工具.适合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.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:72.63kb
    • 提供者:洋场河
  1. iseemem

    0下载:
  2. 这是一个用于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
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:23.18kb
    • 提供者:钱 峰
  1. MemLeakCheck_src

    0下载:
  2. C语言写的校验内存泄漏的工具源代码,很有用-C language to write the check memory leak tool for source code, useful
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:23.28kb
    • 提供者:zxzl
  1. MEMORY-MANAGE

    0下载:
  2. 本程序主要实现内存管理的演示说明功能,利用MFC将七个部分综合在一起来说明内存管理的相关知识,包含1:内存空间分配,2:分配失败,3:堆区学习,4:虚拟内存,5:内存泄漏,6:内存池,7:智能指针等七部分,现已实现分配失败,堆区学习,内存泄漏等三部分,其他的演示对话框已经完成,但是功能还未实现-this procedure main memory management functions of the presentations, MFC will use some combination of
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:218.43kb
    • 提供者:罗恺
  1. vld-09i-src

    0下载:
  2. 这是一个内存泄漏检查工具,这里有它的源代码实现。使用该代码可以检查常见的内存泄漏问题。-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.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:39.5kb
    • 提供者:person
  1. gc-7.0.tar

    0下载:
  2. 一个检测内存泄漏情况的工具,欢迎大家使用交流探讨
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1.02mb
    • 提供者:mu
  1. gdiplush

    0下载:
  2. 检测内存泄漏的工具,可以同时检查gdi+和mfc的内存泄漏
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1.51kb
    • 提供者:test
  1. myleaktest

    0下载:
  2. VC++ 6.0 中如何使用 CRT 调试功能来检测内存泄漏 -how to use the CRT debugging functions to detect memory leaks
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:13.82kb
    • 提供者:龚华山
  1. mem_out

    0下载:
  2. 在比较大的项目里面,监测内存泄漏的技术文档。
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:6.17kb
    • 提供者:回梦丹
  1. 检测内存泄漏

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

    • 发布日期:2008-10-13
    • 文件大小:24.31kb
    • 提供者:黄常标
  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

    • 发布日期:
    • 文件大小:729.12kb
    • 提供者:jwang
  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
    • 文件大小:139.56kb
    • 提供者:任宪勇
  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
    • 文件大小:476.69kb
    • 提供者: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
    • 文件大小:12.79kb
    • 提供者: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
    • 文件大小:569.18kb
    • 提供者:david huang
« 12 3 »
搜珍网 www.dssz.com