size_type getBlockCount() const
Get the number of ArenaBlocks currently allocated.
void reset()
Delete all objects from the allocator.
ReusableArenaAllocator< data_type > ArenaAllocatorType
size_type getBlockSize() const
Get size of an ArenaBlock, that is, the number of objects in each block.
bool ownsObject(const data_type *theObject)
Determine if an object is owned by the allocator...
ArenaAllocatorType::size_type size_type
This primarily acts as a marker on the element stack to signal that whitespace should be preserved.
bool destroy(data_type *theObject)
Destroy an instance previously created.