17 #if !defined(XSTRINGCACHEDALLOCATOR_INCLUDE_GUARD_1357924680)
18 #define XSTRINGCACHEDALLOCATOR_INCLUDE_GUARD_1357924680
35 XALAN_CPP_NAMESPACE_BEGIN
82 return m_allocator.ownsObject(theObject);
100 return m_allocator.getBlockCount();
111 return m_allocator.getBlockSize();
123 ArenaAllocatorType m_allocator;
128 XALAN_CPP_NAMESPACE_END
132 #endif // XSTRINGCACHEDALLOCATOR_INCLUDE_GUARD_1357924680
XALAN_CPP_NAMESPACE_BEGIN typedef XERCES_CPP_NAMESPACE_QUALIFIER MemoryManager MemoryManagerType
Definition: XalanMemoryManagement.hpp:39
ReusableArenaAllocator< string_type > ArenaAllocatorType
Definition: XStringCachedAllocator.hpp:47
ArenaAllocatorType::size_type size_type
Definition: XStringCachedAllocator.hpp:48
ReusableArenaBlockType::size_type size_type
Definition: ReusableArenaAllocator.hpp:43
size_type getBlockSize() const
Get the number of ArenaBlocks currently allocated.
Definition: XStringCachedAllocator.hpp:109
bool ownsObject(const string_type *theObject)
Determine if an object is owned by the allocator...
Definition: XStringCachedAllocator.hpp:80
XStringCached string_type
Definition: XStringCachedAllocator.hpp:43
Definition: XStringCachedAllocator.hpp:39
XALAN_CPP_NAMESPACE_BEGIN typedef size_t size_type
Definition: XalanMap.hpp:44
Definition: XPathExecutionContext.hpp:430
Definition: XStringCached.hpp:39
string_type::GetAndReleaseCachedString GetAndReleaseCachedString
Definition: XStringCachedAllocator.hpp:45
#define XALAN_XPATH_EXPORT
Definition: XPathDefinitions.hpp:33
size_type getBlockCount() const
Get size of an ArenaBlock, that is, the number of objects in each block.
Definition: XStringCachedAllocator.hpp:98