Searched defs:newCapacity (Results 1 – 6 of 6) sorted by relevance
277 val newCapacity = maxOf(newSize * 2, ops.size * 2) in <lambda>() constant
63 var newCapacity = capacity * 2 in makeSureAvailableSpace() variable
71 val newCapacity = capacity * 2 in add() constant
168 val newCapacity = capacity * 2 in ensure() constant
90 var newCapacity = capacity * 2 in toCharArray() variable
2767 val newCapacity = max(max(oldCapacity * 2, oldSize + size), MinGroupGrowthSize) in insertGroups() constant2839 val newCapacity = max(max(oldCapacity * 2, oldSize + size), MinSlotsGrowthSize) in insertSlots() constant