Searched refs:reallocSize (Results 1 – 1 of 1) sorted by relevance
1320 inline void* reallocAndRetrieve(void* origPtr, size_t reallocSize, size_t& origBlockSize, size_t& r… in reallocAndRetrieve() argument1324 void* reallocPtr = rml::internal::reallocAligned(defaultMemPool, origPtr, reallocSize, 0); in reallocAndRetrieve()1351 size_t reallocSize = (startSize / 2) - 1000; // exact realloc in TestReallocDecreasing() local1352 while(reallocSize > maxBinnedSize) { in TestReallocDecreasing()1363 reallocPtr = reallocAndRetrieve(origPtr, reallocSize, origBlockSize, reallocBlockSize); in TestReallocDecreasing()1376 reallocSize = (reallocSize / 2) - 1000; // exact realloc in TestReallocDecreasing()