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

搜索资源列表

  1. Memory_and_Exception_Trace 内存泄漏检测工具及其源码

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

    • 发布日期:2017-11-08
    • 文件大小:19.98kb
    • 提供者:
  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
    • 文件大小:35.19kb
    • 提供者:沈春锋
  1. MemoryLeak_new

    0下载:
  2. 对new申请出来的内存进行泄漏检测,比较实用-Pairs of new applications out of memory leak detection
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:370.72kb
    • 提供者:王光飞
  1. MemoryLeak_malloc

    0下载:
  2. 对malloc申请的内存单元进行是否泄漏的检测,比较实用-The application of the malloc memory unit is leak detection, more practical
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:300.45kb
    • 提供者:王光飞
  1. memcheck

    0下载:
  2. 是一款用来检测 C程序的内存泄漏问题的工具。现在支持Windows2000,xp以及2003操作平台-CHEAK MEMORY LEAK TOOL
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-12
    • 文件大小:2.67mb
    • 提供者:黄建明
  1. BChecker6.01

    0下载:
  2. 该软件可以随时检查程序的内存泄漏和资源泄漏-The software can always check your program' s memory leaks and resource leaks
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-29
    • 文件大小:10.75mb
    • 提供者:郭美萍
  1. mem-check

    0下载:
  2. VS2010开发 可以检查一个程序是否存在内存泄漏的问题-VS2010 development process can check whether there is a memory leak problem. . . . . . . .
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:117.06kb
    • 提供者:刘阳
  1. msjexhnd

    0下载:
  2. 内存泄漏检测,非常容易检测到自己程序里面的内存泄漏问题,使用简单-memory leak check
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:7.87kb
    • 提供者:victor
  1. malloc_detector

    0下载:
  2. 本模块用来检测new和malloc造成的内存泄漏-This module is used to detect leaks caused by new and malloc memory
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:1.93kb
    • 提供者:霍青
  1. memcheck

    0下载:
  2. 演示内存泄漏监测机制的实现,重载了new delete-new delete
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:11.03kb
    • 提供者:wangmin
  1. dbg_new

    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 main weakn
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:120.92kb
    • 提供者:suehao
  1. C-Language

    0下载:
  2. C语言难点分析整理 C 语言中的指针和内存泄漏 C语言难点等-C Language Difficulties finishing.doc
  3. 所属分类:Other systems

    • 发布日期:2017-10-31
    • 文件大小:261.69kb
    • 提供者:李欣欣
  1. linuxtiaoshi

    0下载:
  2. Linux下检测应用程序的内存管理问题:泄漏,越界、未初始化等等 可以检查程序运行时的内存泄漏问题 不需要和被测试软件一起编译,但要用valgrind加载被调试的程序 -Linux is detected the application' s memory management problems: leaks, cross-border, so you can check the program uninitialized runtime memory leak problem
  3. 所属分类:Other systems

    • 发布日期:2017-11-18
    • 文件大小:4.6kb
    • 提供者:cqj
  1. AVL

    0下载:
  2. 二叉平衡树AVL的C语言实现,确保增删改查的正确性,解决了内存泄漏,需要的可以参考一下-Impelemention of AVL
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2.8kb
    • 提供者:ldq
  1. daima3

    0下载:
  2. 1. 编写字符串类CTString,设计样式如下: class CTString { char *m_pData // 用于保存字符数据 int m_nLen // 记录字符长度 public: // 构造函数和析构函数 CTString() CTString(char *) CTString(const CTString&) ~ CTString() // 其它成员函数 CTString *Copy(CTString
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:8.4kb
    • 提供者:牟蓉
  1. cppcheck

    0下载:
  2. cppcheck 是一个静态代码检查工具,支持c, c++ 代码;作为编译器的一种补充检查,cppcheck对产品的源代码执行严格的逻辑检查。 执行的检查包括: 1. 自动变量检查 2. 数组的边界检查 3. class类检查 4. 过期的函数,废弃函数调用检查 5. 异常内存使用,释放检查 6. 内存泄漏检查,主要是通过内存引用指针 7. 操作系统资源释放检查,中断,文件描述符等 8. 异常STL 函数使用检查 9. 代码格式错误,以及性能因素检查(Cppcheck is a
  3. 所属分类:其他

  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
    • 文件大小:93kb
    • 提供者:浪涛UFC
  1. memleakdetect.tar

    0下载:
  2. 编译后,调用LD_PRELOAD=./MemLeakDetect.so ./test执行内存泄漏测试(LD_PRELOAD=./MemLeakDetect.so ./test)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:226kb
    • 提供者:骨骨狼
  1. QR解码20160226(内存泄露)

    0下载:
  2. 这是一个QR解码过程,移植到STM32,但是存在内存泄漏。(This is a QR decoding process that is ported to STM32, but there is a memory leak.)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:1.53mb
    • 提供者:东邪_1
  1. fkvmp

    0下载:
  2. 支持任意位置开始分析,解决上个版本遇到SetEIP跳入另一个虚拟机主循环不能继续分析的问题。 在CPU窗口按右键选择FKVMP->Continue,即可在VM内任意位置(handler,主循环等)开始分析。 不会用的先按ALT+L打开log窗口,再点CPU窗口右键找相关功能。 更新1:修正一个起始地址选择错误会造成OD异常的问题 更新2:修正一个内存泄漏问题 遇到的可以重新下载附件。(Support any location to start analysis,
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:329kb
    • 提供者:zhangxhc
搜珍网 www.dssz.com