17 #if !defined(XALANSOURCETREEDOCUMENTFRAGMENTALLOCATOR_INCLUDE_GUARD_12455133)
18 #define XALANSOURCETREEDOCUMENTFRAGMENTALLOCATOR_INCLUDE_GUARD_12455133
35 XALAN_CPP_NAMESPACE_BEGIN
89 return m_allocator.ownsObject(theObject);
106 return m_allocator.getBlockCount();
118 return m_allocator.getBlockSize();
130 ArenaAllocatorType m_allocator;
135 XALAN_CPP_NAMESPACE_END
139 #endif // XALANSOURCETREEDOCUMENTFRAGMENTALLOCATOR_INCLUDE_GUARD_12455133
XALAN_CPP_NAMESPACE_BEGIN typedef XERCES_CPP_NAMESPACE_QUALIFIER MemoryManager MemoryManagerType
Definition: XalanMemoryManagement.hpp:39
XalanSourceTreeDocumentFragment data_type
Definition: XalanSourceTreeDocumentFragmentAllocator.hpp:43
size_type getBlockCount() const
Get the number of ArenaBlocks currently allocated.
Definition: XalanSourceTreeDocumentFragmentAllocator.hpp:104
ReusableArenaBlockType::size_type size_type
Definition: ReusableArenaAllocator.hpp:43
Definition: XalanSourceTreeDocumentFragmentAllocator.hpp:39
size_type getBlockSize() const
Get size of an ArenaBlock, that is, the number of objects in each block.
Definition: XalanSourceTreeDocumentFragmentAllocator.hpp:116
Definition: XalanSourceTreeDocumentFragment.hpp:49
XALAN_CPP_NAMESPACE_BEGIN typedef size_t size_type
Definition: XalanMap.hpp:44
ArenaAllocatorType::size_type size_type
Definition: XalanSourceTreeDocumentFragmentAllocator.hpp:46
ReusableArenaAllocator< data_type > ArenaAllocatorType
Definition: XalanSourceTreeDocumentFragmentAllocator.hpp:45
#define XALAN_XSLT_EXPORT
Definition: XSLTDefinitions.hpp:25
Definition: XalanSourceTreeDocument.hpp:73
bool ownsObject(const data_type *theObject)
Determine if an object is owned by the allocator...
Definition: XalanSourceTreeDocumentFragmentAllocator.hpp:87