搜索资源列表

  1. VC++6.0中内存泄漏检测

    0下载:
  2. 介绍如何检测内存泄露的问题,学vc必不可少的东西.-Describe how to detect memory leak problem, a necessity for vc study.
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:6234
    • 提供者:陈志刚
  1. 内存泄漏检测

    0下载:
  2. 硬件必修,了解内存的泄漏检测,计算机爱好者该读。-hardware required to understand memory leak detection, computer enthusiasts of the time.
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:4109
    • 提供者:王涛
  1. 内存泄漏定位宏

    0下载:
  2. 内存定位宏 使用方法: Begin_Locate_Memleaks(ID) End_Locate_Memleaks()-memory positioning Acer Use : Begin_Locate_Memleaks (ID) End_Locate_Memleaks ()
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1951
    • 提供者:寻雪
  1. 内存检查

    0下载:
  2. 检查内存泄漏,可以参照源代码

  3. 所属分类:Windows编程

    • 发布日期:2009-01-05
    • 文件大小:12189
    • 提供者:manlover
  1. valgrind-3.0.0.tar

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

    • 发布日期:2024-05-12
    • 文件大小:2678784
    • 提供者:ken
  1. memManage

    0下载:
  2. 内存管理源码,可以测试内存泄漏位置,方便调试-Memory management source, you can test memory leak location, to facilitate debugging
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-12
    • 文件大小:2048
    • 提供者:leo
  1. mem

    0下载:
  2. 在了解实时嵌入式操作系统内存管理机制的特点以及实时处理对内存管理需求的基础上,练习并掌握有效处理内存碎片的内存管理机制,同时理解防止内存泄漏问题的良好设计方法。使用预先规划的思想,构建自己的私有内存管理机制,在系统内存池中申请内存,并将其纳入私有内存管理机制中,形成静态预分配内存池; 静态预分配内存池支持一种以上固定长度内存池,如16 字节内存池和256 字节内存池。固定长度内存池的单块长度应考虑体系结构开销,并尽量减少内部碎片;固
  3. 所属分类:VxWorks

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:王昊
  1. mem_out

    0下载:
  2. 在比较大的项目里面,监测内存泄漏的技术文档。-Relatively large projects in which to monitor the memory leak of technical documentation.
  3. 所属分类:系统编程

    • 发布日期:2024-05-12
    • 文件大小:6144
    • 提供者:回梦丹
  1. cppcheck-1.23.tar

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

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

    • 发布日期:2024-05-12
    • 文件大小:746496
    • 提供者:jwang
  1. CheckMemory

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

    • 发布日期:2024-05-12
    • 文件大小:2048
    • 提供者:navy
  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 tw
  3. 所属分类:Windows编程

    • 发布日期:2024-05-12
    • 文件大小:4096
    • 提供者:
  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编程

    • 发布日期:2024-05-12
    • 文件大小:143360
    • 提供者:任宪勇
  1. Visual_Leak_Decetor

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

    • 发布日期:2024-05-12
    • 文件大小:488448
    • 提供者:wpzhao
  1. MemUtil

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

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

    • 发布日期:2024-05-12
    • 文件大小:582656
    • 提供者:david huang
  1. cppcheck-1.40

    0下载:
  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编程

    • 发布日期:2024-05-12
    • 文件大小:634880
    • 提供者:geddy
  1. memcheck

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

    • 发布日期:2024-05-12
    • 文件大小:1831936
    • 提供者:veranus
  1. StackWalkInC

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

    • 发布日期:2024-05-12
    • 文件大小:13312
    • 提供者:wangbo
  1. vompsting-xnternal

    0下载:
  2. 在MFC中实现内存诊断,内存泄漏检测,转存内存状态统计等功能,(In MFC diagnose memory, memory leak detection, archived state memory statistics, and other functions,)
  3. 所属分类:组合框控件

    • 发布日期:2024-05-12
    • 文件大小:26624
    • 提供者:Czlqsn
« 1 2 34 5 6 7 8 9 10 ... 14 »

源码中国 www.ymcn.org