|
0 A.D. | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
private AllocatorChecker::Allocs allocs;
Method Detail |
public void notify_alloc( void* p, size_t size );
public void notify_clear();
public void notify_free( void* p, size_t size );
|
0 A.D.
Generated on September 04, 2007 at 18:13 CppDoc v2.4.0 |
|||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |