17 #if !defined(XERCESELEMENTWRAPPERALLOCATOR_INCLUDE_GUARD_12455133)
18 #define XERCESELEMENTWRAPPERALLOCATOR_INCLUDE_GUARD_12455133
35 XALAN_CPP_NAMESPACE_BEGIN
45 #if defined(XALAN_NO_DEFAULT_TEMPLATE_ARGUMENTS)
93 return m_allocator.getBlockCount();
104 return m_allocator.getBlockSize();
117 ArenaAllocatorType m_allocator;
122 XALAN_CPP_NAMESPACE_END
126 #endif // XERCESELEMENTWRAPPERALLOCATOR_INCLUDE_GUARD_12455133
size_type getBlockCount() const
Get size of an ArenaBlock, that is, the number of objects in each block.
Definition: XercesElementWrapperAllocator.hpp:91
XALAN_CPP_NAMESPACE_BEGIN typedef XERCES_CPP_NAMESPACE_QUALIFIER MemoryManager MemoryManagerType
Definition: XalanMemoryManagement.hpp:39
XercesElementWrapper ObjectType
Definition: XercesElementWrapperAllocator.hpp:43
ArenaAllocatorType::size_type size_type
Definition: XercesElementWrapperAllocator.hpp:54
size_type getBlockSize() const
Get the number of ArenaBlocks currently allocated.
Definition: XercesElementWrapperAllocator.hpp:102
#define XALAN_XERCESPARSERLIAISON_EXPORT
Definition: XercesParserLiaisonDefinitions.hpp:37
Definition: ArenaBlock.hpp:36
Definition: XercesElementWrapperAllocator.hpp:39
Definition: ArenaAllocator.hpp:45
XALAN_CPP_NAMESPACE_BEGIN typedef size_t size_type
Definition: XalanMap.hpp:44
Definition: XercesWrapperNavigator.hpp:53
Definition: XercesElementWrapper.hpp:47
XERCES_CPP_NAMESPACE_QUALIFIER DOMElement DOMElementType
Definition: XercesWrapperTypes.hpp:60
ArenaAllocator< ObjectType > ArenaAllocatorType
Definition: XercesElementWrapperAllocator.hpp:51
ArenaBlockType::size_type size_type
Definition: ArenaAllocator.hpp:53