Searched refs:alloc_func_list (Results 1 – 1 of 1) sorted by relevance
316 static struct alloc_func *alloc_func_list; variable373 func = realloc(alloc_func_list, in build_alloc_func_list()383 alloc_func_list = func; in build_alloc_func_list()387 qsort(alloc_func_list, nr_alloc_funcs, sizeof(*func), funcmp); in build_alloc_func_list()406 if (alloc_func_list == NULL) { in find_callsite()429 caller = bsearch(&key, alloc_func_list, nr_alloc_funcs, in find_callsite()