Searched refs:__malloc_hook_function_prefix (Results 1 – 2 of 2) sorted by relevance
60 static char *__malloc_hook_function_prefix = "ohos_malloc_hook"; variable487 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()
75 static char *__malloc_hook_function_prefix = "ohos_malloc_hook"; variable501 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()