Home
last modified time | relevance | path

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

/third_party/musl/porting/linux/user/src/hook/
Dmusl_preinit.c334 } else if (__get_global_hook_flag()) { in clear_function_table()
357 } else if (__get_global_hook_flag()) { in init_malloc_hook_shared_library()
418 if (__get_global_hook_flag()) { in finish_install_ohos_malloc_hooks()
459 } else if (__get_global_hook_flag()) { in install_ohos_malloc_hook()
488 if (__get_global_hook_flag()) { in init_ohos_malloc_hook()
520 } else if (__get_global_hook_flag()) { in __restore_hook_function_table()
575 if (__get_global_hook_flag()) { in __install_memleak_tracker_hook()
Dmusl_preinit_common.h43 inline bool __get_global_hook_flag() in __get_global_hook_flag() function
115 if (!__get_global_hook_flag()) { in get_current_dispatch_table()
Dmalloc_common.c18 if (!__get_global_hook_flag()) { in malloc()
38 if (!__get_global_hook_flag()) { in free()
Dmemory_trace.c16 if (!__get_global_hook_flag()) { in memtrace()