30 static MemPool&
pool() {
return priv::SmallAllocator_pool(); }
36 #ifndef SmallAllocator_createSingleton_
static MemPool & pool()
Definition: SmallAllocator.h:30
AllocatorObject< SmallAllocator > SmallAllocatorObject
Inherit from this class to use the small block allocator.
Definition: SmallAllocator.h:34
Objects that inherit from this class will use Alloc for new/delete ops.
Definition: Allocator.h:129
MemPool allocator.
Definition: Pool.h:288
Memory pool.
Definition: Pool.h:29
Global allocator for small memory blocks. To provide a custom pool define SmallAllocator_createSingle...
Definition: SmallAllocator.h:23
SmallAllocator(const SmallAllocator< U > &)
Definition: SmallAllocator.h:28
MemPool * SmallAllocator_createSingleton()
Default implementation.
Definition: SmallAllocator.h:38
Global Honeycomb namespace.