Searched refs:maxAllocated (Results 1 – 1 of 1) sorted by relevance
215 std::size_t maxAllocated; variable252 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)