Home | History | Annotate | Download | only in src

Lines Matching refs:nof

6877   int nof = NumberOfElements() + n;
6882 if ((nof + (nof >> 1) <= capacity) &&
6883 (nod <= (capacity - nof) >> 1)) return this;
6885 Object* obj = Allocate(nof * 2);