Searched refs:_maxRequested (Results 1 – 2 of 2) sorted by relevance
46 _maxRequested(0), in processHeap()134 if (_currentRequested > _maxRequested) { in setAllocated()135 _maxRequested = _currentRequested; in setAllocated()
116 return _maxRequested; in getMaxRequested()149 int _maxRequested; variable