Searched refs:alloc_func_list (Results 1 – 1 of 1) sorted by relevance
303 static struct alloc_func *alloc_func_list; variable360 func = realloc(alloc_func_list, in build_alloc_func_list()370 alloc_func_list = func; in build_alloc_func_list()374 qsort(alloc_func_list, nr_alloc_funcs, sizeof(*func), funcmp); in build_alloc_func_list()390 if (alloc_func_list == NULL) { in find_callsite()408 caller = bsearch(&key, alloc_func_list, nr_alloc_funcs, in find_callsite()