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