Searched refs:end_func (Results 1 – 4 of 4) sorted by relevance
567 on_end_func_t end_func = (on_end_func_t)(function_of_shared_lib[ON_END_FUNCTION]); in __uninstal_malloc_hook() local568 if (end_func) { in __uninstal_malloc_hook()569 end_func(); in __uninstal_malloc_hook()612 on_end_func_t end_func = (on_end_func_t)(function_of_shared_lib[ON_END_FUNCTION]); in __install_memleak_tracker_hook() local613 if (end_func) { in __install_memleak_tracker_hook()614 end_func(); in __install_memleak_tracker_hook()
114 typedef void (*end_func) (void *ptr, uint32_t val); typedef152 end_func function_atend; /* iterator completion function */
867 end_func ef,
8059 end_func ef,