17 #if !defined(XALANSOURCETREEATTRIBUTEALLOCATOR_INCLUDE_GUARD_12455133)
18 #define XALANSOURCETREEATTRIBUTEALLOCATOR_INCLUDE_GUARD_12455133
34 XALAN_CPP_NAMESPACE_BEGIN
46 #if defined(XALAN_NO_DEFAULT_TEMPLATE_ARGUMENTS)
99 return m_allocator.getBlockCount();
110 return m_allocator.getBlockSize();
122 ArenaAllocatorType m_allocator;
127 XALAN_CPP_NAMESPACE_END
131 #endif // XALANSOURCETREEATTRIBUTEALLOCATOR_INCLUDE_GUARD_12455133
Definition: XalanSourceTreeAttributeAllocator.hpp:38
XALAN_CPP_NAMESPACE_BEGIN typedef XERCES_CPP_NAMESPACE_QUALIFIER MemoryManager MemoryManagerType
Definition: XalanMemoryManagement.hpp:39
Definition: ArenaBlock.hpp:36
size_type getBlockSize() const
Get the number of ArenaBlocks currently allocated.
Definition: XalanSourceTreeAttributeAllocator.hpp:108
ArenaAllocator< ObjectType > ArenaAllocatorType
Definition: XalanSourceTreeAttributeAllocator.hpp:52
ArenaAllocatorType::size_type size_type
Definition: XalanSourceTreeAttributeAllocator.hpp:55
Definition: ArenaAllocator.hpp:45
#define XALAN_XALANSOURCETREE_EXPORT
Definition: XalanSourceTreeDefinitions.hpp:33
XALAN_CPP_NAMESPACE_BEGIN typedef size_t size_type
Definition: XalanMap.hpp:44
Definition: XalanSourceTreeAttr.hpp:50
ObjectType::IndexType IndexType
Definition: XalanSourceTreeAttributeAllocator.hpp:44
size_type getBlockCount() const
Get size of an ArenaBlock, that is, the number of objects in each block.
Definition: XalanSourceTreeAttributeAllocator.hpp:97
XalanSourceTreeAttr ObjectType
Definition: XalanSourceTreeAttributeAllocator.hpp:42
Definition: XalanDOMString.hpp:42
unsigned long IndexType
Definition: XalanNode.hpp:70
Definition: XalanSourceTreeElement.hpp:44
ArenaBlockType::size_type size_type
Definition: ArenaAllocator.hpp:53