Searched refs:CurrentAllocs (Results 1 – 2 of 2) sorted by relevance
2262 TIXMLASSERT( _elementPool.CurrentAllocs() == _elementPool.Untracked() ); in Clear()2263 TIXMLASSERT( _attributePool.CurrentAllocs() == _attributePool.Untracked() ); in Clear()2264 TIXMLASSERT( _textPool.CurrentAllocs() == _textPool.Untracked() ); in Clear()2265 TIXMLASSERT( _commentPool.CurrentAllocs() == _commentPool.Untracked() ); in Clear()
368 int CurrentAllocs() const { in CurrentAllocs() function