Home
last modified time | relevance | path

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

/external/tinyxml2/
Dtinyxml2.cpp1246 attrib = new (document->attributePool.Alloc() ) XMLAttribute(); in FindOrCreateAttribute()
1247 attrib->memPool = &document->attributePool; in FindOrCreateAttribute()
1294 XMLAttribute* attrib = new (document->attributePool.Alloc() ) XMLAttribute(); in ParseAttributes()
1295 attrib->memPool = &document->attributePool; in ParseAttributes()
1441 attributePool.Trace( "attribute" ); in ~XMLDocument()
1447 TIXMLASSERT( attributePool.CurrentAllocs() == 0 ); in ~XMLDocument()
Dtinyxml2.h1197 MemPoolT< sizeof(XMLAttribute) > attributePool; variable