17 #if !defined(XALANAVTALLOCATOR_INCLUDE_GUARD_12455133)
18 #define XALANAVTALLOCATOR_INCLUDE_GUARD_12455133
35 XALAN_CPP_NAMESPACE_BEGIN
45 #if defined(XALAN_NO_DEFAULT_TEMPLATE_ARGUMENTS)
79 const XalanDOMChar* name,
80 const XalanDOMChar* stringedValue,
89 return m_allocator.ownsObject(theObject);
109 return m_allocator.getBlockCount();
121 return m_allocator.getBlockSize();
133 ArenaAllocatorType m_allocator;
138 XALAN_CPP_NAMESPACE_END
142 #endif // XALANAVTALLOCATOR_INCLUDE_GUARD_12455133
size_type getBlockSize() const
Get size of an ArenaBlock, that is, the number of objects in each block.
Definition: XalanAVTAllocator.hpp:119
XALAN_CPP_NAMESPACE_BEGIN typedef XERCES_CPP_NAMESPACE_QUALIFIER MemoryManager MemoryManagerType
Definition: XalanMemoryManagement.hpp:39
Definition: ArenaBlock.hpp:36
AVT data_type
Definition: XalanAVTAllocator.hpp:43
size_type getBlockCount() const
Get the number of ArenaBlocks currently allocated.
Definition: XalanAVTAllocator.hpp:107
ArenaAllocatorType::size_type size_type
Definition: XalanAVTAllocator.hpp:53
Definition: ArenaAllocator.hpp:45
Class to hold an Attribute Value Template.
Definition: AVT.hpp:52
XALAN_CPP_NAMESPACE_BEGIN typedef size_t size_type
Definition: XalanMap.hpp:44
bool ownsObject(const data_type *theObject)
Determine if an object is owned by the allocator...
Definition: XalanAVTAllocator.hpp:87
This class defines an interface for classes that resolve namespace prefixes to their URIs...
Definition: PrefixResolver.hpp:37
#define XALAN_XSLT_EXPORT
Definition: XSLTDefinitions.hpp:25
ArenaAllocator< data_type > ArenaAllocatorType
Definition: XalanAVTAllocator.hpp:50
void reset()
Delete all objects from the allocator.
Definition: XalanAVTAllocator.hpp:96
Definition: StylesheetConstructionContext.hpp:73
Definition: XalanAVTAllocator.hpp:39
ArenaBlockType::size_type size_type
Definition: ArenaAllocator.hpp:53