Home
last modified time | relevance | path

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

/foundation/resourceschedule/ffrt/src/util/
H A Dslab.h214 std::size_t maxAllocated; member in ffrt::QSimpleAllocator
251 maxAllocated = std::max(curAllocated, maxAllocated); in Alloc()
270 maxAllocated, curAllocated, cache.size()); in release()
271 size_t reservedCnt = maxAllocated - curAllocated + 1; // reserve additional one for robustness in release()
272 maxAllocated = curAllocated; in release()
289 explicit QSimpleAllocator(std::size_t size = sizeof(T)) : curAllocated(0), maxAllocated(0) in QSimpleAllocator()

Completed in 1 milliseconds