17 #if !defined(XRESULTTREEFRAGALLOCATOR_INCLUDE_GUARD_12455133)
18 #define XRESULTTREEFRAGALLOCATOR_INCLUDE_GUARD_12455133
35 XALAN_CPP_NAMESPACE_BEGIN
99 return m_allocator.ownsObject(theObject);
117 return m_allocator.getBlockCount();
128 return m_allocator.getBlockSize();
140 ArenaAllocatorType m_allocator;
145 XALAN_CPP_NAMESPACE_END
149 #endif // XRESULTTREEFRAGALLOCATOR_INCLUDE_GUARD_12455133
XALAN_CPP_NAMESPACE_BEGIN typedef XERCES_CPP_NAMESPACE_QUALIFIER MemoryManager MemoryManagerType
Definition: XalanMemoryManagement.hpp:39
Definition: XResultTreeFragAllocator.hpp:39
ReusableArenaAllocator< data_type > ArenaAllocatorType
Definition: XResultTreeFragAllocator.hpp:45
ReusableArenaBlockType::size_type size_type
Definition: ReusableArenaAllocator.hpp:43
Definition: XalanDocumentFragment.hpp:38
size_type getBlockCount() const
Get size of an ArenaBlock, that is, the number of objects in each block.
Definition: XResultTreeFragAllocator.hpp:115
ArenaAllocatorType::size_type size_type
Definition: XResultTreeFragAllocator.hpp:46
XALAN_CPP_NAMESPACE_BEGIN typedef size_t size_type
Definition: XalanMap.hpp:44
#define XALAN_XSLT_EXPORT
Definition: XSLTDefinitions.hpp:25
bool ownsObject(const data_type *theObject)
Determine if an object is owned by the allocator...
Definition: XResultTreeFragAllocator.hpp:97
Definition: XResultTreeFrag.hpp:55
XResultTreeFrag data_type
Definition: XResultTreeFragAllocator.hpp:43
size_type getBlockSize() const
Get the number of ArenaBlocks currently allocated.
Definition: XResultTreeFragAllocator.hpp:126