Home
last modified time | relevance | path

Searched refs:CurrentAllocs (Results 1 – 2 of 2) sorted by relevance

/external/tinyxml2/
Dtinyxml2.cpp2262 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()
Dtinyxml2.h368 int CurrentAllocs() const { in CurrentAllocs() function