Searched refs:newAllocCount (Results 1 – 2 of 2) sorted by relevance
418 int newAllocCount = fAllocCount; in checkRealloc() local423 newAllocCount = SkMax32(newCount + ((newCount + 1) >> 1), fReserveCount); in checkRealloc()425 if (newAllocCount != fAllocCount) { in checkRealloc()427 fAllocCount = newAllocCount; in checkRealloc()