Searched refs:newAllocCount (Results 1 – 1 of 1) sorted by relevance
553 int64_t newAllocCount = newCount; in checkRealloc() local556 newAllocCount += ((newCount + 1) >> 1); in checkRealloc()559 newAllocCount = (newAllocCount + (kMinHeapAllocCount - 1)) & ~(kMinHeapAllocCount - 1); in checkRealloc()563 if (newAllocCount == fAllocCount) { in checkRealloc()567 fAllocCount = SkToU32(Sk64_pin_to_s32(newAllocCount)); in checkRealloc()