adjust the size of the memory pools

This commit is contained in:
Lee Thomason (grinliz)
2013-02-01 09:02:34 -08:00
parent c97ded4872
commit ac83b4e278
3 changed files with 19 additions and 9 deletions

View File

@@ -1502,11 +1502,11 @@ XMLDocument::~XMLDocument()
DeleteChildren();
delete [] _charBuffer;
#if 0
textPool.Trace( "text" );
elementPool.Trace( "element" );
commentPool.Trace( "comment" );
attributePool.Trace( "attribute" );
#if 1
_textPool.Trace( "text" );
_elementPool.Trace( "element" );
_commentPool.Trace( "comment" );
_attributePool.Trace( "attribute" );
#endif
#ifdef DEBUG