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

lib
Class AllocatorChecker

   in allocators.h

class AllocatorChecker

allocator test rig. call from each allocator operation to sanity-check them. should only be used during debug mode due to serious overhead.


Inner Classes, Typedefs, and Enums
typedef AllocatorChecker::Allocs
          
 
Field Summary
private AllocatorChecker::Allocs allocs
          
 
Method Summary
 void notify_alloc( void* p, size_t size )
          
 void notify_clear()
          allocator is resetting itself, i.
 void notify_free( void* p, size_t size )
          
 

Field Detail

allocs

private AllocatorChecker::Allocs allocs;


Method Detail

notify_alloc

public void notify_alloc( void* p, size_t size );

notify_clear

public void notify_clear();
allocator is resetting itself, i.e. wiping out all allocs.

notify_free

public void notify_free( void* p, size_t size );

 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