Searched refs:array_realloc (Results 1 – 1 of 1) sorted by relevance
30 static int array_realloc(struct array *array, size_t new_total) in array_realloc() function54 int r = array_realloc(array, array->total + array->step); in array_append()77 int r = array_realloc(array, array->total - array->step); in array_pop()106 int r = array_realloc(array, array->total - array->step); in array_remove_at()