Home
last modified time | relevance | path

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

/external/tinyxml2/
Dtinyxml2.h349 …MemPoolT() : _blockPtrs(), _root(0), _currentAllocs(0), _nAllocs(0), _maxAllocs(0), _nUntracked(0)… in MemPoolT()
361 _currentAllocs = 0; in Clear()
371 return _currentAllocs; in CurrentAllocs()
391 ++_currentAllocs; in Alloc()
392 if ( _currentAllocs > _maxAllocs ) { in Alloc()
393 _maxAllocs = _currentAllocs; in Alloc()
404 --_currentAllocs; in Free()
414 name, _maxAllocs, _maxAllocs * ITEM_SIZE / 1024, _currentAllocs, in Trace()
453 int _currentAllocs; variable