Searched refs:startSize (Results 1 – 1 of 1) sorted by relevance
1338 size_t startSize = 100 * 1024 * 1024; in TestReallocDecreasing() local1340 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()