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

搜索资源列表

  1. leak

    0下载:
  2. Finding memory leaks 发现内存的泄漏-memory leak found
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:4.52kb
    • 提供者:Galactic Star
  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. Memory leak detection for WinCE - Source

    0下载:
  2. Memory leak detection
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:2.66kb
    • 提供者:太阳
  1. valgrind-3.3.1.tar

    0下载:
  2. linux下debug内存泄露,很好的工具-debug memory leak under linux, a good tool
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-16
    • 文件大小:3.96mb
    • 提供者:xiejialong
  1. HookLogger_Setup

    0下载:
  2. symbian下帮助你查找内存泄露的软件,方便小巧,实用。-symbian you search under the help of the software memory leak to facilitate compact and practical.
  3. 所属分类:Symbian

    • 发布日期:2017-05-06
    • 文件大小:1.06mb
    • 提供者:sz42c
  1. VisualLeakDetector

    0下载:
  2. visual leak detector -Visual Leak Detector (VLD) Version 1.9b (beta) Change Log/Release Notes 1.9d beta (12 November 2006) ---------------------------- Bugs Fixed: + Failed assertion "freed == TRUE" pops up when running a pro
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:835.66kb
    • 提供者:weitidong
  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. MemoryLeakFinder

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

    • 发布日期:2017-03-30
    • 文件大小:12.2kb
    • 提供者:sam3737
  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
  1. C_Programming_Tutorial_memory_leak_detection

    0下载:
  2. C Programming Tutorial memory leak detection C编程开发内存泄露检测教程-C Programming Tutorial memory leak detection
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:76.51kb
    • 提供者:o
  1. memleak

    0下载:
  2. source code to find memory leak in c-source code to find memory leak in c++
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:12.5kb
    • 提供者:ketabat
  1. Android_memory-leak-debugging.pdf

    0下载:
  2. Android_内存泄漏调试 对于ANDROID游戏开发非常有用!-Android_ debugging memory leaks is very useful for game development ANDROID!
  3. 所属分类:android

    • 发布日期:2017-03-24
    • 文件大小:561.12kb
    • 提供者:benny yang
  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
    • 文件大小:231.97kb
    • 提供者:雷家怀
  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
    • 文件大小:3.41kb
    • 提供者:shellex
  1. Visual-Leak-Detector

    0下载:
  2. vc内存泄露检测工具及源码,支持vs2008-memory leak checker
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1.56mb
    • 提供者:甘平
  1. Memory-Leak-Detector

    0下载:
  2. Memory leak detector for C
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-27
    • 文件大小:966.83kb
    • 提供者:
  1. memory-leak-detection

    0下载:
  2. C++内存泄漏检测原理+实例源码下载,是一个跨平台的C++ 内存泄漏检测器的源程序,一个主要缺陷是不支持多线程。分配内存时不进行文件名复制,而只是保存其指针;效率较高(编译debug_new.cpp  时有效;参见文件中的注释)-Memory leak detection principle in C++ the+ instance of the source code download is a cross-platform source C++ memory leak detector, a
  3. 所属分类:Windows Kernel

  1. memoryleak project

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

    • 发布日期:2012-12-10
    • 文件大小:568.34kb
    • 提供者:kamallee
  1. Memory-leak-finder

    0下载:
  2. 内存检测,自带详细说明,测试结果好用,建议尝试!-Memory leak finder
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-24
    • 文件大小:3.03mb
    • 提供者:黄亮
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com