Searched refs:hook (Results 1 – 2 of 2) sorted by relevance
122 void (*hook) (void) = __malloc_initialize_hook; in generic_hook_ini() local123 if (hook != NULL) in generic_hook_ini()124 (*hook)(); in generic_hook_ini()172 if (__builtin_expect (hook != NULL, 0)) in __debug_malloc()173 return (*hook)(bytes, RETURN_ADDRESS (0)); in __debug_malloc()196 if (__builtin_expect (hook != NULL, 0)) in strong_alias()198 (*hook)(mem, RETURN_ADDRESS (0)); in strong_alias()221 if (__builtin_expect (hook != NULL, 0)) in strong_alias()275 if (__builtin_expect (hook != NULL, 0)) in strong_alias()276 return (*hook)(alignment, bytes, address); in strong_alias()[all …]
71 # Internal startup hook for libpthread.74 # Internal destructor hook for libpthread.
Completed in 5 milliseconds