Home
last modified time | relevance | path

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

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