Sleeping Wombat Common Library
0.50.0
swCommonLibrary
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Common
MemoryLeaks.h
1
22
#ifdef SHOW_MEMORY_LEAKS
23
#define _CRTDBG_MAP_ALLOC
24
#include <cstdlib>
25
#include <crtdbg.h>
26
27
#define DEBUG_NEW new(_NORMAL_BLOCK, __FILE__, __LINE__)
28
#define new DEBUG_NEW
29
30
#endif
Generated on Thu May 31 2018 19:55:59 for Sleeping Wombat Common Library by
1.8.9.1