Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

oofDebugVC.h File Reference


Detailed Description

Debugging code to use the Visual C++ Debug runtime library.

Use by #define OOF_MEM_DEBUG_LAST_INCLUDE "oofDebugVC.h"

If using Visual C++, manually add into the settings scrolling area: /D OOF_MEM_DEBUG_LAST_INCLUDE="\"oofDebugVC.h\""

See also:
oofSmartheap.h oofDebugNew.h

#include <CRTDBG.H>

Include dependency graph for oofDebugVC.h:

Include dependency graph

Defines

#define OOF_MEM_DEBUG_FORCE_POOL_CHECK   _CrtCheckMemory();
#define OOF_MEM_DEBUG_REPORT_LEAKS   _CrtDumpMemoryLeaks();

Define Documentation

#define OOF_MEM_DEBUG_FORCE_POOL_CHECK   _CrtCheckMemory();
 

#define OOF_MEM_DEBUG_REPORT_LEAKS   _CrtDumpMemoryLeaks();
 


Generated on Thu Jan 1 21:23:42 2004 for OOFILE by doxygen 1.3.5