#include <XalanAVTPartXPathAllocator.hpp>
Definition at line 41 of file XalanAVTPartXPathAllocator.hpp.
Definition at line 52 of file XalanAVTPartXPathAllocator.hpp.
Definition at line 45 of file XalanAVTPartXPathAllocator.hpp.
Definition at line 55 of file XalanAVTPartXPathAllocator.hpp.
XalanAVTPartXPathAllocator::XalanAVTPartXPathAllocator | ( | MemoryManager & | theManager, | |
size_type | theBlockCount | |||
) |
Construct an instance that will allocate blocks of the specified size.
theBlockSize | The block size. |
XalanAVTPartXPathAllocator::~XalanAVTPartXPathAllocator | ( | ) |
size_type XalanAVTPartXPathAllocator::getBlockCount | ( | ) | const [inline] |
Get the number of ArenaBlocks currently allocated.
Definition at line 100 of file XalanAVTPartXPathAllocator.hpp.
size_type XalanAVTPartXPathAllocator::getBlockSize | ( | ) | const [inline] |
Get size of an ArenaBlock, that is, the number of objects in each block.
Definition at line 112 of file XalanAVTPartXPathAllocator.hpp.
bool XalanAVTPartXPathAllocator::ownsObject | ( | const data_type * | theObject | ) | [inline] |
Determine if an object is owned by the allocator...
Definition at line 80 of file XalanAVTPartXPathAllocator.hpp.
void XalanAVTPartXPathAllocator::reset | ( | ) | [inline] |
Delete all objects from the allocator.
Definition at line 89 of file XalanAVTPartXPathAllocator.hpp.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|