Searched refs:CurrentAllocs (Results 1 – 2 of 2) sorted by relevance
2072 TIXMLASSERT( _elementPool.CurrentAllocs() == _elementPool.Untracked() ); in Clear()2073 TIXMLASSERT( _attributePool.CurrentAllocs() == _attributePool.Untracked() ); in Clear()2074 TIXMLASSERT( _textPool.CurrentAllocs() == _textPool.Untracked() ); in Clear()2075 TIXMLASSERT( _commentPool.CurrentAllocs() == _commentPool.Untracked() ); in Clear()
370 int CurrentAllocs() const { in CurrentAllocs() function