Home
last modified time | relevance | path

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

/external/tinyxml2/
Dtinyxml2.cpp1444 TIXMLASSERT( textPool.CurrentAllocs() == 0 ); in ~XMLDocument()
1445 TIXMLASSERT( elementPool.CurrentAllocs() == 0 ); in ~XMLDocument()
1446 TIXMLASSERT( commentPool.CurrentAllocs() == 0 ); in ~XMLDocument()
1447 TIXMLASSERT( attributePool.CurrentAllocs() == 0 ); in ~XMLDocument()
Dtinyxml2.h259 int CurrentAllocs() const { return currentAllocs; } in CurrentAllocs() function