Home
last modified time | relevance | path

Searched refs:textPool (Results 1 – 2 of 2) sorted by relevance

/external/tinyxml2/
Dtinyxml2.cpp500 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()
Dtinyxml2.h1198 MemPoolT< sizeof(XMLText) > textPool; variable