17 #if !defined(XSTRINGALLOCATOR_INCLUDE_GUARD_1357924680)
18 #define XSTRINGALLOCATOR_INCLUDE_GUARD_1357924680
35 XALAN_CPP_NAMESPACE_BEGIN
75 createString(
const XalanDOMChar* theString);
87 const XalanDOMChar* theString,
88 unsigned int theLength);
102 return m_allocator.ownsObject(theObject);
118 getBlockCount()
const
120 return m_allocator.getBlockCount();
131 return m_allocator.getBlockSize();
143 ArenaAllocatorType m_allocator;
148 XALAN_CPP_NAMESPACE_END
152 #endif // XSTRINGALLOCATOR_INCLUDE_GUARD_1357924680