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

搜索资源列表

  1. Ex_MemLeakTest

    0下载:
  2. 程序内存泄露检测代码。可以利用这个模板来检测程序是否存在内存泄露!-Test memery leak!
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3.04kb
    • 提供者:CoolFighter
  1. CvxLib_0_2_2008_06_20

    0下载:
  2. opencv的一个tracking程序,基于windows编程的,可以tracking内存泄露-opencv a tracking procedure, based on windows programming, you can tracking memory leak
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:739.51kb
    • 提供者:xgq
  1. source_delete_new

    0下载:
  2. 解决内存泄露的源代码,重载了NEW DELETE 函数,通过获取指针的钩子,截获内存泄露的元凶-Solve the memory leak of source code, overloading the NEW DELETE function, through access to the hook pointer, memory leak intercepted the culprit
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:2.45kb
    • 提供者:gezhenjiang
  1. JSLEAK

    0下载:
  2. js防止内存溢出,参考该代码可防止页面内存泄露。-js to prevent memory overflow, with reference to the page code to prevent memory leak.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:766byte
    • 提供者:郭金辉
  1. ext-2.2

    0下载:
  2. ext-2.2解决内存泄露的补丁,该补丁包给几乎所有存在泄露的组件做了修正。-ext-2.2 solve the memory leak patch
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:1.06mb
    • 提供者:boy1975
  1. leakdetect

    0下载:
  2. 该程序主要是提供了一种内存泄露检测的算法及其源代码,主要是C语言程序-The C program source had given a solution of memory leaks...
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:2.05kb
    • 提供者:duanhz
  1. MemLeakCon

    0下载:
  2. VC控制台程序,几种方式检测内存泄露的小的实验程序-VC console program, several ways to detect memory leaks in a small experimental procedure
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:11.92kb
    • 提供者:徐泽雄
  1. MemoryLeak_class_malloc

    0下载:
  2. 以class类的形式实现对程序内存泄露的支持-Class to class in the form of realization of the support of the program memory leak
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:95.73kb
    • 提供者:王光飞
  1. mem_func

    0下载:
  2. C语言内存管理,支持内存泄露和破坏的调试-C language memory management, support for debugging memory leaks and damage
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:2.67kb
    • 提供者:leibou
  1. mmleaktest

    0下载:
  2. 一个简单的内存泄露检测机制,有一定参考价值。采用VC++编写。-A simple memory leak detection mechanism, a certain reference value. Written by VC++.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:13.57kb
    • 提供者:fan
  1. FastMM-guide

    0下载:
  2. FastMM使用,Dll共享内存,内存泄露调试-FastMM, dll share mem, debug leak
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:6.03kb
    • 提供者:MZ
  1. MemoryLeakDetection

    0下载:
  2. Windows下内存泄露检测:可检测是否有泄露及泄露代码行。-Windows memory leak detection: detect whether there is a leak and disclose the code line.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-13
    • 文件大小:1.08kb
    • 提供者:胡龙
  1. WinLottory

    0下载:
  2. 公司晚会抽奖 修改WinLottory的内存泄露、修改因为样本数少或是得奖人数多引起的BUG-The company party raffle modify WinLottory the memory leaks, modify due to small sample size or the number of winners BUG
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-19
    • 文件大小:1.5mb
    • 提供者:韩越
  1. vsFakeLeakTest

    0下载:
  2. 使用vc开发mfc程序时,在调用了win32 dll(即不使用mfc的dll)时,mfc90.dll后于win32dll加载,在退出程序时mfc90.dll先释放,这时它会将win32dll中的全局变量,函数static变量视为内存泄露,而实际上随后win32dll卸载时会正常释放,导致内存泄露误报。 本程序演示了win32dll中的std::string的全局变量和函数内static变量的内存泄露误报-Using vc development mfc program, the call t
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:159.38kb
    • 提供者:nwao
  1. vld-2.3-setup

    0下载:
  2. 好用的内存泄露检测工具Visual Leak Detector-A nice memory leak detection tools Visual Leak Detector
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1.03mb
    • 提供者:zm
  1. nvwa

    0下载:
  2. 内存检测小工具,可以用于检测内存泄露问题。-Memory detection tool for detecting memory leak problem.
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:33.13kb
    • 提供者:yuanmj
  1. visualleakdetector

    0下载:
  2. 检测开发的c++程序是否存在内存泄露。用于Windows平台,可集成到vs-memory leak detector!
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:2.34mb
    • 提供者:zhengaoly
  1. leakcanary-for-eclipse

    0下载:
  2. 测试内存泄露的一款测试工具,简单易懂,熟悉linnux 的就可以操作(leakage test tool ,can help you test easy .and it is a strongly test tool)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:2.95mb
    • 提供者:appo
  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. apache-tomcat-7.0.82

    0下载:
  2. apache-tomcat7.0版本,优点: 1、使用随机数去防止跨站脚本攻击。 2、 改变了安全认证中的jessionid的机制,防止session攻击。 3、 内存泄露的侦测和防止 4、 在war文件外使用别名去存储静态内容。(Tomcat7.0 version download)
  3. 所属分类:其他

    • 发布日期:2018-04-23
    • 文件大小:8.81mb
    • 提供者:圈呀
搜珍网 www.dssz.com