Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp1010 bool cleanUpNeeded = false; in putList() local
1013 cleanUpNeeded |= currTime % rml::internal::cacheCleanupFreq == 0; in putList()
1019 cleanUpNeeded |= currTime % rml::internal::cacheCleanupFreq == 0; in putList()
1027 if ( cleanUpNeeded ) doCleanup(); in putList()