Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_freeing_devm.c29 static void match_free_func(const char *fn, struct expression *expr, void *_arg) in match_free_func() function
63 add_function_hook(func, &match_free_func, INT_PTR(arg)); in register_funcs_from_file()
82 add_function_hook("kfree", &match_free_func, INT_PTR(0)); in check_freeing_devm()
83 add_function_hook("krealloc", &match_free_func, INT_PTR(0)); in check_freeing_devm()