Code::Blocks
SVN r11506
|
#include <blockallocated.h>
Public Member Functions | |
void * | operator new (cb_unused size_t size) |
void | operator delete (void *ptr) |
Static Private Attributes | |
static BlockAllocator< T, pool_size, debug > | allocator |
Definition at line 113 of file blockallocated.h.
|
inline |
Definition at line 124 of file blockallocated.h.
References BlockAllocator< T, pool_size, debug >::Delete(), and ParserConsts::ptr.
|
inline |
Definition at line 119 of file blockallocated.h.
References BlockAllocator< T, pool_size, debug >::New().
|
staticprivate |
Definition at line 115 of file blockallocated.h.