Searched refs:textPool (Results 1 – 2 of 2) sorted by relevance
500 XMLText* text = new (textPool.Alloc()) XMLText( this ); in Identify()502 returnNode->memPool = &textPool; in Identify()517 returnNode = new (textPool.Alloc()) XMLText( this ); in Identify()518 returnNode->memPool = &textPool; in Identify()1438 textPool.Trace( "text" ); in ~XMLDocument()1444 TIXMLASSERT( textPool.CurrentAllocs() == 0 ); in ~XMLDocument()1483 XMLText* text = new (textPool.Alloc()) XMLText( this ); in NewText()1484 text->memPool = &textPool; in NewText()
1198 MemPoolT< sizeof(XMLText) > textPool; variable