match_free_func
add_function_hook(func, &match_free_func, INT_PTR(arg));
add_function_hook("kfree", &match_free_func, INT_PTR(0));
add_function_hook("krealloc", &match_free_func, INT_PTR(0));