Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dutil.h91 int do_realloc_array_as_needed(void **arr, size_t *arr_sz, size_t x,
97 do_realloc_array_as_needed((void **)&(a), \
H A Dutil.c512 int do_realloc_array_as_needed(void **arr, size_t *arr_sz, size_t x, size_t msz, const void *init_v… in do_realloc_array_as_needed() function