match_free
add_function_hook("free", &match_free, INT_PTR(0));
add_function_hook("kfree", &match_free, INT_PTR(0));
add_function_hook("kmem_cache_free", &match_free, INT_PTR(1));
add_function_hook("kfree", &match_free, NULL);
add_function_hook("free", &match_free, NULL);
add_function_hook("free", &match_free, INT_PTR(0));
add_function_hook("kfree", &match_free, INT_PTR(0));
add_function_hook("kmem_cache_free", &match_free, INT_PTR(1));
add_function_hook("kfree_skb", &match_free, INT_PTR(0));
add_function_hook("kfree_skbmem", &match_free, INT_PTR(0));
add_function_hook("dma_pool_free", &match_free, INT_PTR(1));
add_function_hook("spi_unregister_controller", &match_free, INT_PTR(0));
add_function_hook("kfree", &match_free, NULL);