Searched defs:shared_lib (Results 1 - 2 of 2) sorted by relevance
| /third_party/musl/porting/linux/user/src/hook/ |
| H A D | musl_preinit.c | 357 bool init_malloc_hook_shared_library(void* shared_library_handle, const char* shared_lib, const char* prefix, struct MallocDispatchType* dispatch_table) in init_malloc_hook_shared_library() argument 394 void* load_malloc_hook_shared_library(const char* shared_lib, const char* prefix, struct MallocDispatchType* dispatch_table) in load_malloc_hook_shared_library() argument 472 static void install_ohos_malloc_hook(struct musl_libc_globals* globals, const char* shared_lib, const char* prefix) in install_ohos_malloc_hook() argument
|
| /third_party/musl/src/hook/linux/ |
| H A D | musl_preinit.c | 371 bool init_malloc_hook_shared_library(void* shared_library_handle, const char* shared_lib, const char* prefix, struct MallocDispatchType* dispatch_table) in init_malloc_hook_shared_library() argument 408 void* load_malloc_hook_shared_library(const char* shared_lib, const char* prefix, struct MallocDispatchType* dispatch_table) in load_malloc_hook_shared_library() argument 486 static void install_ohos_malloc_hook(struct musl_libc_globals* globals, const char* shared_lib, const char* prefix) in install_ohos_malloc_hook() argument
|
Completed in 3 milliseconds