Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/ffrt/src/util/
H A Dslab.h215 std::size_t maxAllocated; variable
252 maxAllocated = std::max(curAllocated, maxAllocated); in Alloc()
271 maxAllocated, curAllocated, cache.size()); in release()
272 … size_t reservedCnt = maxAllocated - curAllocated + 1; // reserve additional one for robustness in release()
273 maxAllocated = curAllocated; in release()
290 explicit QSimpleAllocator(std::size_t size = sizeof(T)) : curAllocated(0), maxAllocated(0)