VS 2008 中内存泄露检查

来源:互联网 发布:php网店系统 编辑:程序博客网 时间:2024/05/22 09:43

VS 2008 中内存泄露检查

文章分类:C++编程

   
#define _CRTDBG_MAP_ALLOC

#include <crtdbg.h>

#ifdef _DEBUG

#define new new(_NORMAL_BLOCK,__FILE__,__LINE__)

#endif

原创粉丝点击