Searched refs:reallocAndRetrieve (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() function1346 …reallocPtr = reallocAndRetrieve(origPtr, startSize - 1 * 1024 * 1024, origBlockSize, reallocBlockS… in TestReallocDecreasing()1363 reallocPtr = reallocAndRetrieve(origPtr, reallocSize, origBlockSize, reallocBlockSize); in TestReallocDecreasing()