Searched refs:oldThr (Results 1 – 1 of 1) sorted by relevance
685 int oldThr = threshold; in resize() local694 newThr = oldThr << 1; // double threshold in resize()696 else if (oldThr > 0) // initial capacity was placed in threshold in resize()697 newCap = oldThr; in resize()