#include <CellCacheAllocator.h>
Public Member Functions | |
void * | allocate (size_t sz) |
void | freed (size_t sz) |
Public Member Functions inherited from Hypertable::DefaultPageAllocator | |
void * | allocate (size_t sz) |
Allocates a new chunk of memory. More... | |
void | deallocate (void *p) |
Frees a previously allocated chunk of memory. More... | |
void | freed (size_t sz) |
Inform the allocator that a bulk of objects was freed by the caller. More... | |
Definition at line 27 of file CellCacheAllocator.h.
void * Hypertable::CellCachePageAllocator::allocate | ( | size_t | sz | ) |
Definition at line 26 of file CellCacheAllocator.cc.
void Hypertable::CellCachePageAllocator::freed | ( | size_t | sz | ) |
Definition at line 31 of file CellCacheAllocator.cc.