Home
last modified time | relevance | path

Searched refs:array_realloc (Results 1 – 1 of 1) sorted by relevance

/external/kmod/shared/
Darray.c30 static int array_realloc(struct array *array, size_t new_total) in array_realloc() function
54 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()