Home | History | Annotate | Download | only in src

Lines Matching refs:at_least_room_for

11031   int at_least_room_for = nof;
11032 if (at_least_room_for < 16) return this;
11036 (at_least_room_for > kMinCapacityForPretenure) &&
11040 Allocate(at_least_room_for, pretenure ? TENURED : NOT_TENURED);