Searched refs:shouldShrink (Results 1 – 2 of 2) sorted by relevance
532 bool shouldShrink = fAllocCount > 3 * newCount && fOwnMemory && !fReserved; in checkRealloc() local533 if (!mustGrow && !shouldShrink) { in checkRealloc()