Static Public Member Functions | |
static bm::word_t * | allocate (size_t n, const void *) |
static void | deallocate (bm::word_t *p, size_t n) |
static int | balance () |
Static Public Attributes | |
static unsigned | na_ = 0 |
static unsigned | nf_ = 0 |
Definition at line 44 of file sample6.cpp.
static bm::word_t* dbg_block_allocator::allocate | ( | size_t | n, | |
const void * | ||||
) | [inline, static] |
static int dbg_block_allocator::balance | ( | ) | [inline, static] |
static void dbg_block_allocator::deallocate | ( | bm::word_t * | p, | |
size_t | n | |||
) | [inline, static] |
unsigned dbg_block_allocator::na_ = 0 [static] |
Definition at line 47 of file sample6.cpp.
Referenced by allocate(), balance(), and main().
unsigned dbg_block_allocator::nf_ = 0 [static] |
Definition at line 48 of file sample6.cpp.
Referenced by balance(), and deallocate().