#include <ArenaAllocator.hpp>
Public Types | |
typedef ArenaAllocator< ObjectType, ArenaBlockType > | ThisType |
typedef XalanList< ArenaBlockType * > | ArenaBlockListType |
typedef ArenaBlockType::size_type | size_type |
Public Member Functions | |
ArenaAllocator (MemoryManager &theManager, size_type theBlockSize) | |
virtual | ~ArenaAllocator () |
MemoryManager & | getMemoryManager () |
const MemoryManager & | getMemoryManager () const |
size_type | getBlockSize () const |
void | setBlockSize (size_type theSize) |
size_type | getBlockCount () const |
virtual ObjectType * | allocateBlock () |
virtual void | commitAllocation (ObjectType *theObject) |
virtual bool | ownsObject (const ObjectType *theObject) const |
virtual void | reset () |
Protected Attributes | |
size_type | m_blockSize |
ArenaBlockListType | m_blocks |
Definition at line 47 of file ArenaAllocator.hpp.
typedef XalanList<ArenaBlockType*> ArenaAllocator< ObjectType, ArenaBlockType >::ArenaBlockListType |
Definition at line 53 of file ArenaAllocator.hpp.
typedef ArenaBlockType::size_type ArenaAllocator< ObjectType, ArenaBlockType >::size_type |
Definition at line 55 of file ArenaAllocator.hpp.
typedef ArenaAllocator<ObjectType, ArenaBlockType> ArenaAllocator< ObjectType, ArenaBlockType >::ThisType |
Definition at line 51 of file ArenaAllocator.hpp.
|
inline |
Definition at line 62 of file ArenaAllocator.hpp.
|
inlinevirtual |
Definition at line 71 of file ArenaAllocator.hpp.
|
inlinevirtual |
Reimplemented in ReusableArenaAllocator< ObjectType >, ReusableArenaAllocator< number_type >, ReusableArenaAllocator< string_type >, ReusableArenaAllocator< object_type >, ReusableArenaAllocator< nodeset_type >, and ReusableArenaAllocator< data_type >.
Definition at line 132 of file ArenaAllocator.hpp.
|
inlinevirtual |
Reimplemented in ReusableArenaAllocator< ObjectType >, ReusableArenaAllocator< number_type >, ReusableArenaAllocator< string_type >, ReusableArenaAllocator< object_type >, ReusableArenaAllocator< nodeset_type >, and ReusableArenaAllocator< data_type >.
Definition at line 157 of file ArenaAllocator.hpp.
|
inline |
Definition at line 119 of file ArenaAllocator.hpp.
|
inline |
Definition at line 95 of file ArenaAllocator.hpp.
|
inline |
Definition at line 77 of file ArenaAllocator.hpp.
|
inline |
Definition at line 83 of file ArenaAllocator.hpp.
|
inlinevirtual |
Reimplemented in ReusableArenaAllocator< ObjectType >, ReusableArenaAllocator< number_type >, ReusableArenaAllocator< string_type >, ReusableArenaAllocator< object_type >, ReusableArenaAllocator< nodeset_type >, and ReusableArenaAllocator< data_type >.
Definition at line 169 of file ArenaAllocator.hpp.
|
inlinevirtual |
Definition at line 200 of file ArenaAllocator.hpp.
|
inline |
Definition at line 108 of file ArenaAllocator.hpp.
|
protected |
Definition at line 215 of file ArenaAllocator.hpp.
|
protected |
Definition at line 213 of file ArenaAllocator.hpp.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|