Searched refs:alloc_func_list (Results 1 – 1 of 1) sorted by relevance
306 static struct alloc_func *alloc_func_list; variable363 func = realloc(alloc_func_list, in build_alloc_func_list()373 alloc_func_list = func; in build_alloc_func_list()377 qsort(alloc_func_list, nr_alloc_funcs, sizeof(*func), funcmp); in build_alloc_func_list()393 if (alloc_func_list == NULL) { in find_callsite()411 caller = bsearch(&key, alloc_func_list, nr_alloc_funcs, in find_callsite()