Sleeping Wombat GUI
0.100
swGUI
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
swCommonLib
Common
MemoryLeaks.h
Go to the documentation of this file.
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 Tue May 9 2017 15:46:02 for Sleeping Wombat GUI by
1.8.9.1