Home
last modified time | relevance | path

Searched refs:__malloc_hook_function_prefix (Results 1 – 2 of 2) sorted by relevance

/third_party/musl/porting/linux/user/src/hook/
Dmusl_preinit.c60 static char *__malloc_hook_function_prefix = "ohos_malloc_hook"; variable
487 if (strncmp(__malloc_hook_function_prefix, prefix, strlen(prefix)) == 0) { in install_ohos_malloc_hook()
508 …ll_ohos_malloc_hook(&__musl_libc_globals, __malloc_hook_shared_lib, __malloc_hook_function_prefix); in init_ohos_malloc_hook()
/third_party/musl/src/hook/linux/
Dmusl_preinit.c75 static char *__malloc_hook_function_prefix = "ohos_malloc_hook"; variable
501 if (strncmp(__malloc_hook_function_prefix, prefix, strlen(prefix)) == 0) { in install_ohos_malloc_hook()
522 …ll_ohos_malloc_hook(&__musl_libc_globals, __malloc_hook_shared_lib, __malloc_hook_function_prefix); in init_ohos_malloc_hook()