Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp513 const int LargeCacheStep = LargeObjectCache::LargeBSProps::CacheStep; in TestPools() local
514 p[3] = pool_malloc(mallocPool, minLargeObjectSize+2*LargeCacheStep); in TestPools()
517 p[1] = pool_malloc(mallocPool, minLargeObjectSize+LargeCacheStep); in TestPools()
523 REQUIRE(loc->getLOCSize() < 3*(minLargeObjectSize+LargeCacheStep)); in TestPools()
527 p[i] = pool_malloc(mallocPool, minLargeObjectSize+i*LargeCacheStep); in TestPools()
529 REQUIRE((!loc->getLOCSize() && currUser >= 3*(minLargeObjectSize+LargeCacheStep))); in TestPools()
530 p[4] = pool_malloc(mallocPool, minLargeObjectSize+3*LargeCacheStep); in TestPools()
531 REQUIRE(loc->getUsedSize() - currUser >= minLargeObjectSize+3*LargeCacheStep); in TestPools()
545 const int LargeCacheStep = LargeObjectCache::LargeBSProps::CacheStep; in TestPools() local
547 void *o = pool_malloc(mallocPool, minLargeObjectSize+i*LargeCacheStep); in TestPools()
[all …]