Home
last modified time | relevance | path

Searched refs:_maxAllocs (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()
363 _maxAllocs = 0; in Clear()
392 if ( _currentAllocs > _maxAllocs ) { in Alloc()
393 _maxAllocs = _currentAllocs; in Alloc()
414 name, _maxAllocs, _maxAllocs * ITEM_SIZE / 1024, _currentAllocs, in Trace()
455 int _maxAllocs; variable