Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dlarge_objects.h114 static const int TooLargeFactor = TOO_LARGE, OnMissFactor = ON_MISS, LongWaitFactor = LONG_WAIT; member
H A Dlarge_objects.cpp614 doCleanup = sinceLastGet > static_cast<uintptr_t>(Props::LongWaitFactor * threshold); in forgetOutdatedState()
616 …doCleanup = sinceLastGet > static_cast<uintptr_t>(Props::LongWaitFactor * (lastCleanedAge - lastGe… in forgetOutdatedState()
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp977 if ((threshold && sinceLastGet > Props::LongWaitFactor * threshold) || in get()
978 …(cacheBinModel.lastCleanedAge && sinceLastGet > Props::LongWaitFactor * (cacheBinModel.lastCleaned… in get()