Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp1338 size_t startSize = 100 * 1024 * 1024; in TestReallocDecreasing() local
1340 void* origPtr = scalable_malloc(startSize); in TestReallocDecreasing()
1346 …reallocPtr = reallocAndRetrieve(origPtr, startSize - 1 * 1024 * 1024, origBlockSize, reallocBlockS… in TestReallocDecreasing()
1351 size_t reallocSize = (startSize / 2) - 1000; // exact realloc in TestReallocDecreasing()