CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 内存泄露

搜索资源列表

  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
    • 文件大小:163202
    • 提供者:nwao
  1. OPC-Memory-Management

    0下载:
  2. 本文档给出了一些建议,以帮助开发人员开发出不会发生内存泄露的OPC服务器和客户端。-This paper will offer suggestions for creating OPC servers and clients that are free of memory leaks.
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:85005
    • 提供者:鲍野
  1. xxxctrl

    0下载:
  2. 工业电气组态中控件实现,以及在主程序调用、绘制。注意点内存泄露-SCADA CTRL memory
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:4105
    • 提供者:姚维东
  1. Memory-Leak

    0下载:
  2. 内存泄露时,通过钩子函数进行调试,找到内存泄露代码的方法-A memory leak, debugging by hook functions, methods to find memory leaks code
  3. 所属分类:software engineering

    • 发布日期:2017-04-24
    • 文件大小:10662
    • 提供者:魏思敏
  1. MemLeakDetectPrj

    0下载:
  2. 内存泄露探测程序。来自于CODE project-To detect memory leak
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-26
    • 文件大小:35422
    • 提供者:zhang qiang
  1. MemoryOverCheck

    0下载:
  2. 内存泄露分析实例程序,可以准确地定位内存泄露之处-leak memory sample programe
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-29
    • 文件大小:11670292
    • 提供者:王明
  1. VLD-Mem

    0下载:
  2. vld内存调试,一款好用的内存调试工具。能检测内存泄露。-vld memory debugging, a memory debugging tool easy to use. Can detect memory leaks.
  3. 所属分类:File Operate

    • 发布日期:2017-05-10
    • 文件大小:2455207
    • 提供者:王春晌
  1. gy_QRCode

    4下载:
  2. c++ mfc 二维码 编码 解码 画图 c++ mfc 二维码 编码 解码 画图 是自己写的,做了大量的处理,无内存泄露 可以根据输入的内容生成二维码,并且将图片显示。 可以根据二维码的图片解码。 如果有问题可以留言。 共同进步-C++ two dimensional MFC code encoding and decoding drawing C++ two dimensional MFC code encoding and decoding drawing
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-06-17
    • 文件大小:27231124
    • 提供者:gaoyu
  1. Linux-operator-new-delete

    0下载:
  2. 在 windows 下使用 VC 编程时,我们通常需要 DEBUG 模式下运行程序,而后调试器将在退出程序时,打印出程序运行过程中在堆上分配而没有释放的内存信息,其中包括代码文件名、行号以及内存大小。该功能是 MFC Framework 提供的内置机制,封装在其类结构体系内部。 在 linux 或者 unix 下,我们的 C++ 程序缺乏相应的手段来检测内存信息,而只能使用 top 指令观察进程的动态内存总额。而且程序退出时,我们无法获知任何内存泄漏信息。为了更好的辅助在 linux 下程序
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:297462
    • 提供者:王位
  1. VCmemorytesting

    0下载:
  2. 是一款用于Visual C++的免费的内存泄露检测工具。相比较其它的内存泄露检测工具,它在检测到内存泄漏的同时,还具有如下特点: 1、 可以得到内存泄漏点的调用堆栈,如果可以的话,还可以得到其所在文件及行号; 2、 可以得到泄露内存的完整数据; 3、 可以设置内存泄露报告的级别; 4、 它是一个已经打包的lib,使用时无须编译它的源代码; 5、 他的源代码使用GNU许可发布,并有详尽的文档及注释;-Is free of a memory leak detection tool
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-29
    • 文件大小:493322
    • 提供者:june
  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
    • 文件大小:1076232
    • 提供者:zm
  1. mymalloc

    0下载:
  2. 自定义实现了动态分配内存的函数,可以检测程序中由于内存分配不当导致的内存泄露-Custom implementation of dynamic memory allocation functions, the program can be detected due to improper memory allocation memory leaks
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:6815
    • 提供者:zhao
  1. memleaktest

    0下载:
  2. 内存泄露检测工具,main函数包含hpp,需要检测的头文件里面包含.h-Memory leak detection tools, main function contains hpp, need to detect header file contains .h
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1851
    • 提供者:Mercury
  1. Ex_MemLeakTest

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

    • 发布日期:2017-04-14
    • 文件大小:3160
    • 提供者:ao39517
  1. valgrind-3.10.0.tar

    0下载:
  2. valgrind 著名的内存泄露检测工具,这是3.10版本的原码-valgrind known memory leak detection tool, which is the 3.10 version of the original code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-01
    • 文件大小:13543640
    • 提供者:zhangyong
  1. neicun100

    0下载:
  2. 用来检测内存泄露,只要添加到VC里面就可以了,有txt文件说明-Used to detect memory leaks, added to the VC inside the txt file
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-01
    • 文件大小:9415
    • 提供者:vd3589yiyon
  1. nvwa

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

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

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

    • 发布日期:2017-05-11
    • 文件大小:2456840
    • 提供者:zhengaoly
  1. CListCtrl

    0下载:
  2. 设置CListCtrl控件的高度不同,根据输入的字符串的 \n 进行切分。外部调用函数与windows下相同。并且没有内存泄露和GDI泄露,已测试过-Set the height of the CListCtrl control, based on the input string \ n shard.Outside the function the same as the Windows.And there are no memory leaks and GDI leaks, have b
  3. 所属分类:Button control

    • 发布日期:2017-05-04
    • 文件大小:9948
    • 提供者:Amy
  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
    • 文件大小:9233408
    • 提供者:圈呀
« 1 2 ... 4 5 6 7 8 910 »
搜珍网 www.dssz.com