17 #if !defined(XPATHALLOCATOR_INCLUDE_GUARD_135792455)
18 #define XPATHALLOCATOR_INCLUDE_GUARD_135792455
35 XALAN_CPP_NAMESPACE_BEGIN
45 #if defined(XALAN_NO_DEFAULT_TEMPLATE_ARGUMENTS)
79 return m_allocator.ownsObject(theObject);
96 return m_allocator.getBlockCount();
107 return m_allocator.getBlockSize();
119 ArenaAllocatorType m_allocator;
124 XALAN_CPP_NAMESPACE_END
128 #endif // XNUMBERALLOCATOR_INCLUDE_GUARD_135792455
ArenaAllocatorType::size_type size_type
Definition: XPathAllocator.hpp:54
XALAN_CPP_NAMESPACE_BEGIN typedef XERCES_CPP_NAMESPACE_QUALIFIER MemoryManager MemoryManagerType
Definition: XalanMemoryManagement.hpp:39
Definition: ArenaBlock.hpp:36
ArenaAllocator< object_type > ArenaAllocatorType
Definition: XPathAllocator.hpp:51
XPath object_type
Definition: XPathAllocator.hpp:43
size_type getBlockSize() const
Get the number of blocks currently allocated.
Definition: XPathAllocator.hpp:105
Definition: ArenaAllocator.hpp:45
XALAN_CPP_NAMESPACE_BEGIN typedef size_t size_type
Definition: XalanMap.hpp:44
size_type getBlockCount() const
Get the number of objects in each block.
Definition: XPathAllocator.hpp:94
bool ownsObject(const object_type *theObject)
Determine if an object is owned by the allocator...
Definition: XPathAllocator.hpp:77
#define XALAN_XPATH_EXPORT
Definition: XPathDefinitions.hpp:33
Definition: XPathAllocator.hpp:39
ArenaBlockType::size_type size_type
Definition: ArenaAllocator.hpp:53