Home | History | Annotate | Download | only in src

Lines Matching refs:newind

1185 	unsigned newind, oldind;
1188 newind = oldind = choose_arena(NULL)->ind;
1189 WRITE(newind, unsigned);
1191 if (newind != oldind) {
1194 if (newind >= ctl_stats.narenas) {
1202 if ((arena = arenas[newind]) == NULL && (arena =
1203 arenas_extend(newind)) == NULL) {
1208 assert(arena == arenas[newind]);
1210 arenas[newind]->nthreads++;