Searched refs:newAllocCount (Results 1 – 2 of 2) sorted by relevance
401 int newAllocCount = fAllocCount; in checkRealloc() local406 newAllocCount = SkMax32(newCount + ((newCount + 1) >> 1), fReserveCount); in checkRealloc()408 if (newAllocCount != fAllocCount) { in checkRealloc()410 fAllocCount = newAllocCount; in checkRealloc()