17 #if !defined(XSTRINGREFERENCEALLOCATOR_INCLUDE_GUARD_1357924680)
18 #define XSTRINGREFERENCEALLOCATOR_INCLUDE_GUARD_1357924680
35 XALAN_CPP_NAMESPACE_BEGIN
80 return m_allocator.ownsObject(theObject);
98 return m_allocator.getBlockCount();
109 return m_allocator.getBlockSize();
121 ArenaAllocatorType m_allocator;
126 XALAN_CPP_NAMESPACE_END
130 #endif // XSTRINGREFERENCEALLOCATOR_INCLUDE_GUARD_1357924680
size_type getBlockSize() const
Get the number of ArenaBlocks currently allocated.
Definition: XStringReferenceAllocator.hpp:107
Definition: XStringReferenceAllocator.hpp:39
XALAN_CPP_NAMESPACE_BEGIN typedef XERCES_CPP_NAMESPACE_QUALIFIER MemoryManager MemoryManagerType
Definition: XalanMemoryManagement.hpp:39
ReusableArenaBlockType::size_type size_type
Definition: ReusableArenaAllocator.hpp:43
ArenaAllocatorType::size_type size_type
Definition: XStringReferenceAllocator.hpp:46
Definition: XStringReference.hpp:35
XALAN_CPP_NAMESPACE_BEGIN typedef size_t size_type
Definition: XalanMap.hpp:44
XStringReference string_type
Definition: XStringReferenceAllocator.hpp:43
size_type getBlockCount() const
Get size of an ArenaBlock, that is, the number of objects in each block.
Definition: XStringReferenceAllocator.hpp:96
bool ownsObject(const string_type *theObject)
Determine if an object is owned by the allocator...
Definition: XStringReferenceAllocator.hpp:78
Definition: XalanDOMString.hpp:42
ReusableArenaAllocator< string_type > ArenaAllocatorType
Definition: XStringReferenceAllocator.hpp:45
#define XALAN_XPATH_EXPORT
Definition: XPathDefinitions.hpp:33