Searched refs:newAllocSize (Results 1 – 1 of 1) sorted by relevance
493 int newAllocSize = fGeoDataAllocSize + fGeoDataAllocSize / 2; in onCombineIfPossible() local494 while (newAllocSize < newGeoCount) { in onCombineIfPossible()495 newAllocSize += newAllocSize / 2; in onCombineIfPossible()497 fGeoData.realloc(newAllocSize); in onCombineIfPossible()498 fGeoDataAllocSize = newAllocSize; in onCombineIfPossible()