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