Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

lib
Enum DebugHeapChecks

   in debug.h


Field Summary
DEBUG_HEAP_ALL = 2
          all automatic checks on every memory API call.
DEBUG_HEAP_NONE = 0
          no automatic checks.
DEBUG_HEAP_NORMAL = 1
          basic automatic checks when deallocating.
 

Field Detail

DEBUG_HEAP_ALL

public DEBUG_HEAP_ALL = 2
all automatic checks on every memory API call. this is really slow (x100), but reports errors closer to where they occurred.

DEBUG_HEAP_NONE

public DEBUG_HEAP_NONE = 0
no automatic checks. (default)

DEBUG_HEAP_NORMAL

public DEBUG_HEAP_NORMAL = 1
basic automatic checks when deallocating.

 Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
Generated on September 04, 2007 at 18:13
CppDoc v2.4.0
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD