Searched refs:attributePool (Results 1 – 2 of 2) sorted by relevance
1246 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()
1197 MemPoolT< sizeof(XMLAttribute) > attributePool; variable