Searched refs:new_nslots (Results 1 – 1 of 1) sorted by relevance
60 reallocate_number_set(struct number_set *const set, const unsigned int new_nslots) in reallocate_number_set() argument62 if (new_nslots <= set->nslots) in reallocate_number_set()64 set->vec = xreallocarray(set->vec, new_nslots, sizeof(*set->vec)); in reallocate_number_set()66 sizeof(*set->vec) * (new_nslots - set->nslots)); in reallocate_number_set()67 set->nslots = new_nslots; in reallocate_number_set()