搜索资源列表
vld-10
- 用vc++编写的加强的内存泄露检测程序。检测new和malloc,com-based的内存泄露。-vc prepared with the strengthening of memory leakage detection procedures. Detection of new and malloc, com-based memory leakage.
vld-10-vc6-mfc-project
- 一个没有什么限制的全新的可视内存泄露检测程序-no restrictions on a new visual memory leakage detection procedures
myMalloc
- 检测内存泄露的程序,使用时请将这两个文件加入工程中,即可.-memory leakage detection procedures, please use this document to join two projects can be.
smallMail
- Delphi环境下用纯API完成的匿名邮件发送单元。涉及到本地DNS读取、MX解析以及利用SOCK按照SMTP约定发送EMAIL的单元。非常适合做一些程序的反馈单元。而不用担心内存会泄露你的邮箱密码。- -Delphi environment with pure API completed the anonymous mail sent modules. Relate to the local DNS read, MX Analysis and the use of SMTP Sock unde
CheckMem
- delphi内存泄露检测单元源码,内包含具体使用方法
c++mem
- 一个非常实用的程序,用来检测内存泄露。编写高质量代码必不可少的工具。
dmalloc-5.4.2
- 测试内存泄露工具,只要把代码编译进去就能查找内存泄露部分
BoundsChecker_howtouse
- 检查VC的内存泄露问题,可以精确定位是哪个文件哪一行出了内存泄露。
EurekaLog.v6.0.1.4
- EurekaLog 是集成在 Delphi, C++Builder, Visual Studio 等 IDE 下的辅助工具,能快速生成带 Error Report 功能的应用程序。能将错误报告发送到指定邮箱、服务器、记录在本地文件中等。其报告可具体指出出错的代码行,以及机器当前信息、寄存器信息等诸多重要诊断信息。新版还支持内存泄露检测。 -EurekaLog is a complete bug resolution tool for Delphi, C++Builder, C# and VB
MemoryLeaking
- 测试CDC内存泄露,改用HDC对比内存使用情况。-CDC testing memory leak
16jinzhi
- delphi 16进制编辑控件 可以编辑2进制文件,这个是对网上发布的修改版,清除了内存泄露这一类。并且在示例中加了一个例子-delphi 16 hex editor control to edit a binary file, this is a modified version of the online release, clear the memory leak in this category. And in case an example added
neicun
- 用来检测内存泄露,只要添加到VC里面就可以了,有txt文件说明-Used to detect memory leaks, added to the VC inside the txt file
loopScrollView_10804
- 用scrollView实现图片轮询展示,实现复用,避免内存泄露-ScrollView pictures polling show, the multiplexing avoid memory leaks
CPPavoid-memery-leak-
- C++内存防止泄露的几点经典建议,有比较大的参考价值===尽可能的让你的函数就一个出口(当然做不到也要尽可能的简单化,建议可以使用do{...}while(false)来实现函数的一个出口),这样做的好处是保证在函数的出口作所有内存的释放,另一个好处是程序的易维护性。-C++ memory to prevent leaked some classic reference value
FastMM4991
- delphi内存泄露检测控件,方便对工程内存测试及调试(delphi memory leak detect)
FastMM4991
- 使用FastMM检测内存泄露,在工程的第一行引用FastMM4即可(注意,一定要在第一个Uses的位置),可以在调试程序时提示内存泄露情况,还可以生成报告(Using FastMM to detect memory leaks)