Searched refs:CurrentAllocs (Results 1 – 2 of 2) sorted by relevance
2175 TIXMLASSERT( _elementPool.CurrentAllocs() == _elementPool.Untracked() ); in Clear()2176 TIXMLASSERT( _attributePool.CurrentAllocs() == _attributePool.Untracked() ); in Clear()2177 TIXMLASSERT( _textPool.CurrentAllocs() == _textPool.Untracked() ); in Clear()2178 TIXMLASSERT( _commentPool.CurrentAllocs() == _commentPool.Untracked() ); in Clear()
370 int CurrentAllocs() const { in CurrentAllocs() function