Searched refs:CurrentAllocs (Results 1 – 2 of 2) sorted by relevance
1481 TIXMLASSERT( textPool.CurrentAllocs() == 0 ); in ~XMLDocument()1482 TIXMLASSERT( elementPool.CurrentAllocs() == 0 ); in ~XMLDocument()1483 TIXMLASSERT( commentPool.CurrentAllocs() == 0 ); in ~XMLDocument()1484 TIXMLASSERT( attributePool.CurrentAllocs() == 0 ); in ~XMLDocument()
284 int CurrentAllocs() const { in CurrentAllocs() function