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