Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/malloc/hoard2/
H A Dprocessheap.cpp46 _maxRequested(0), in processHeap()
134 if (_currentRequested > _maxRequested) { in setAllocated()
135 _maxRequested = _currentRequested; in setAllocated()
H A Dprocessheap.h116 return _maxRequested; in getMaxRequested()
149 int _maxRequested; variable