Searched refs:_attributePool (Results 1 – 2 of 2) sorted by relevance
1956 TIXMLASSERT( sizeof( XMLAttribute ) == _document->_attributePool.ItemSize() ); in CreateAttribute()1957 XMLAttribute* attrib = new (_document->_attributePool.Alloc() ) XMLAttribute(); in CreateAttribute()1959 attrib->_memPool = &_document->_attributePool; in CreateAttribute()2122 _attributePool(), in XMLDocument()2170 _attributePool.Trace( "attribute" ); in Clear()2176 TIXMLASSERT( _attributePool.CurrentAllocs() == _attributePool.Untracked() ); in Clear()2411 _attributePool.Clear(); in Parse()
1943 MemPoolT< sizeof(XMLAttribute) > _attributePool; variable