首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > C/C++/VC++ > 一个简单的内存泄露的C++模块检测

一个简单的内存泄露的C++模块检测

  • 资源大小:4.92 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:1次
  • 资源积分:1积分
  • 标      签: memoryleak memorycheck memorytrace

资 源 简 介

This module overloaded the default new & delete operators.And it can help programmer to trace memory allocating & freeing. # Features: # 1. Tracing memory allocating & freeing with giving useful information. 1. Automatically check memory leak and give warnings when the program exits. 1. Checking memory leak manually on runtime. 1. The project is in Public Domain. # How to use: # 1. Include "memcheck.h" where you want to check memory leak. 1. Compile your sources & memcheck.cpp 1. Link memcheck.cpp with your program NOTE:"memcheck.h" must be included after other system headers: #include #include "memcheck.h"//Right----#include "memcheck.h" //WRONG!#include It will be appreciate if you give me some feedbacks.

文 件 列 表

memcheck.cpp
memcheck.h
README
test.cpp

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP
0.234233s