搜索资源列表

  1. myleaktest

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

    • 发布日期:2024-05-12
    • 文件大小:14336
    • 提供者:龚华山
  1. zmem

    0下载:
  2. 开放源码的查找内存泄漏算法。对用C和C++的人很有帮助。-open source search algorithm memory leak. The C and C were helpful.
  3. 所属分类:弱点检测代码

    • 发布日期:2024-05-12
    • 文件大小:943104
    • 提供者:高疯子
  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. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:43008
    • 提供者:lgw
  1. yamd-0.32.tar

    0下载:
  2. 很好用的内存泄漏检测工具。要配合linux的gcc使用,安装后将你的编译器gcc命令换成yamd-gcc就行了,在运行程序的时候yamd会提醒你是否存在内存泄漏问题。-good use of memory leak detection tools. To tie in the linux gcc use, after you install the compiler gcc orders replaced yamd- gcc held
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:34816
    • 提供者:
  1. malloc.tar

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

    • 发布日期:2024-05-12
    • 文件大小:39936
    • 提供者:夏洪他
  1. memory_leak

    0下载:
  2. 查找内存泄漏的小程序,能够轻松的查出程序中内存泄漏的位置。-search for a small memory leak procedures, can easily identify the process of memory leakage position.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:3072
    • 提供者:王家全
  1. Memory_leak_finder_src

    0下载:
  2. 自定义的内存泄漏检测程序源码,加入你开发工程中,Boundschecker之类的内存泄漏检测工具可以歇歇了。-Since the definition of memory leak detection program source code, by adding your development project, Boundschecker like memory leak detection tools can be a rest.
  3. 所属分类:系统编程

    • 发布日期:2024-05-12
    • 文件大小:7168
    • 提供者:绿风
  1. MemLeakFinder4dll

    0下载:
  2. 自定义的内存泄漏检测程序的demo程序,一个完整的工程,示范内存检测代码的使用。-Since the definition of memory leak detection process demo procedures, a complete project, demonstration of the use of memory detection code.
  3. 所属分类:系统编程

    • 发布日期:2024-05-12
    • 文件大小:10240
    • 提供者:绿风
  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. 所属分类:系统编程

    • 发布日期:2024-05-12
    • 文件大小:73728
    • 提供者:洋场河
  1. CE_leakdemo

    0下载:
  2. 用于在EVC下检测内存泄漏的工具,如果有泄漏,则在程序执行后显示在debug窗口-under EVC for the memory leak detection tool, if leaked, the procedures were revealed in the debug window
  3. 所属分类:Windows CE

    • 发布日期:2024-05-12
    • 文件大小:11264
    • 提供者:金雪百合
  1. gc6.7

    0下载:
  2. gc6.7 一个适用于C\C++的内存垃圾回收器,可以像Java中那样随意的分配内存而不用释放,也不必担心内存泄漏了-gc6.7 an application to the C \ C memory for the garbage collector. Java can be as arbitrary as the allocation of memory instead of the release, there is no need
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-12
    • 文件大小:774144
    • 提供者:mastercn
  1. Debugskill

    0下载:
  2. 内存泄漏对于一个VC程序员来说是经常遇见的,本教程为你提供了一种检查内存泄漏的良好方法思路,既简单方便又实用高效,内附了检查内存泄漏的技术文档以及检查内存泄漏的实例源码。 -- 丛林溪水-Memory Leak programmer for a VC is frequently encountered. The Guide to provide you with a memory leak check of the good pract
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:305152
    • 提供者:yushuiwu
  1. neicunxielou

    0下载:
  2. 游戏高手写的,报告游戏中内存泄漏的代码,重载操作符号new delete-game written by experts, the report Memory Leak game code, new heavy-duty operation delete symbols
  3. 所属分类:DirextX编程

    • 发布日期:2024-05-12
    • 文件大小:8192
    • 提供者:王振
  1. MemLeakCheck_src

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

    • 发布日期:2024-05-12
    • 文件大小:23552
    • 提供者:zxzl
  1. mfcmemleak1

    0下载:
  2. 在编程中特别是C、C++编程,经常遇到内存泄漏的情况,该代码描述了在MFC中检测内存泄漏的使用方法-in programming, especially C and C++ programming, often encountered memory leakage, The code describes the MFC Memory Leak Detection methods of using
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:16384
    • 提供者:孙健
  1. MEMORY-MANAGE

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

    • 发布日期:2024-05-12
    • 文件大小:5204992
    • 提供者:罗恺
  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. 所属分类:系统编程

    • 发布日期:2024-05-12
    • 文件大小:39936
    • 提供者:person
  1. leakfree

    0下载:
  2. 以malloc hook的方式检测内存泄漏的工具 -malloc hook to the memory leak detection tools
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-12
    • 文件大小:179200
    • 提供者:chen
  1. GdiLeakDetector

    0下载:
  2. GDI内存泄漏捕捉工具。该工具可以步骤EXE程序中使用GDI绘制时候内存泄漏代码捕捉。-GDI Memory Leak capture tool. The tool can be used in steps EXE program GDI memory leak when rendering code capture.
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-12
    • 文件大小:135168
    • 提供者:张连成
  1. mTrack

    0下载:
  2. 嵌入式系统下内存泄漏检查库函数mTrace以及测试代码,有详细使用文档.这个是将malloc和free 函数控制起来,检查内存.-Embedded System memory leak checking library function mTrace and test code, have detailed the use of the document. This is to malloc and free function cont
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-12
    • 文件大小:40960
    • 提供者:Andrew Huang
« 1 23 4 5 6 7 8 9 10 ... 14 »

源码中国 www.ymcn.org