17 #if !defined(XERCESWRAPPERNAVIGATORALLOCATOR_INCLUDE_GUARD_12455133)
18 #define XERCESWRAPPERNAVIGATORALLOCATOR_INCLUDE_GUARD_12455133
34 XALAN_CPP_NAMESPACE_BEGIN
44 #if defined(XALAN_NO_DEFAULT_TEMPLATE_ARGUMENTS)
90 return m_allocator.getBlockCount();
101 return m_allocator.getBlockSize();
113 ArenaAllocatorType m_allocator;
118 XALAN_CPP_NAMESPACE_END
122 #endif // XERCESWRAPPERNAVIGATORALLOCATOR_INCLUDE_GUARD_12455133
XALAN_CPP_NAMESPACE_BEGIN typedef XERCES_CPP_NAMESPACE_QUALIFIER MemoryManager MemoryManagerType
Definition: XalanMemoryManagement.hpp:39
size_type getBlockSize() const
Get the number of ArenaBlocks currently allocated.
Definition: XercesWrapperNavigatorAllocator.hpp:99
ArenaAllocatorType::size_type size_type
Definition: XercesWrapperNavigatorAllocator.hpp:53
#define XALAN_XERCESPARSERLIAISON_EXPORT
Definition: XercesParserLiaisonDefinitions.hpp:37
Definition: ArenaBlock.hpp:36
size_type getBlockCount() const
Get size of an ArenaBlock, that is, the number of objects in each block.
Definition: XercesWrapperNavigatorAllocator.hpp:88
Definition: XercesDocumentWrapper.hpp:76
Definition: ArenaAllocator.hpp:45
Definition: XercesWrapperNavigatorAllocator.hpp:38
XALAN_CPP_NAMESPACE_BEGIN typedef size_t size_type
Definition: XalanMap.hpp:44
Definition: XercesWrapperNavigator.hpp:53
XercesWrapperNavigator ObjectType
Definition: XercesWrapperNavigatorAllocator.hpp:42
ArenaBlockType::size_type size_type
Definition: ArenaAllocator.hpp:53
ArenaAllocator< ObjectType > ArenaAllocatorType
Definition: XercesWrapperNavigatorAllocator.hpp:50