Searched refs:CurrentAllocs (Results 1 – 2 of 2) sorted by relevance
1444 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()
259 int CurrentAllocs() const { return currentAllocs; } in CurrentAllocs() function