Searched refs:textPool (Results 1 – 2 of 2) sorted by relevance
524 XMLText* text = new (textPool.Alloc()) XMLText( this ); in Identify()526 returnNode->memPool = &textPool; in Identify()541 returnNode = new (textPool.Alloc()) XMLText( this ); in Identify()542 returnNode->memPool = &textPool; in Identify()1475 textPool.Trace( "text" ); in ~XMLDocument()1481 TIXMLASSERT( textPool.CurrentAllocs() == 0 ); in ~XMLDocument()1520 XMLText* text = new (textPool.Alloc()) XMLText( this ); in NewText()1521 text->memPool = &textPool; in NewText()
1477 MemPoolT< sizeof(XMLText) > textPool; variable