Searched refs:curSize (Results 1 – 2 of 2) sorted by relevance
87 int curSize = mMaxBytes; in ensureCapacity() local88 if (curSize == 0) { in ensureCapacity()89 curSize = 1; in ensureCapacity()97 int growthFactorMultiples = (int)Math.ceil(minCapacity / mGrowthFactor / curSize); in ensureCapacity()99 float newSize = curSize * mGrowthFactor * growthFactorMultiples; in ensureCapacity()
474 int curSize = lineages.get(i).size(); in consolidateLineages() local475 if (curSize > maxSize) { in consolidateLineages()477 maxSize = curSize; in consolidateLineages()