Home
last modified time | relevance | path

Searched refs:MallocMallocType (Results 1 - 4 of 4) sorted by relevance

/third_party/musl/porting/linux/user/src/hook/
H A Dmusl_malloc_dispatch.h14 typedef void* (*MallocMallocType)(size_t); typedef
42 MallocMallocType malloc;
H A Dmusl_preinit.c177 static bool init_malloc_function(void* malloc_shared_library_handler, MallocMallocType* func, const char* prefix) in init_malloc_function()
181 *func = (MallocMallocType)(dlsym(malloc_shared_library_handler, symbol)); in init_malloc_function()
/third_party/musl/src/hook/linux/
H A Dmusl_malloc_dispatch.h36 typedef void* (*MallocMallocType)(size_t); typedef
64 MallocMallocType malloc;
H A Dmusl_preinit.c192 static bool init_malloc_function(void* malloc_shared_library_handler, MallocMallocType* func, const char* prefix) in init_malloc_function()
196 *func = (MallocMallocType)(dlsym(malloc_shared_library_handler, symbol)); in init_malloc_function()

Completed in 4 milliseconds