Home
last modified time | relevance | path

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

/third_party/musl/porting/linux/user/src/hook/
H A Dmusl_malloc_dispatch.h18 typedef void (*MallocFreeType)(void*); typedef
46 MallocFreeType free;
H A Dmusl_preinit.c188 static bool init_free_function(void* malloc_shared_library_handler, MallocFreeType* func, const char* prefix) in init_free_function()
192 *func = (MallocFreeType)(dlsym(malloc_shared_library_handler, symbol)); in init_free_function()
/third_party/musl/src/hook/linux/
H A Dmusl_malloc_dispatch.h40 typedef void (*MallocFreeType)(void*); typedef
68 MallocFreeType free;
H A Dmusl_preinit.c203 static bool init_free_function(void* malloc_shared_library_handler, MallocFreeType* func, const char* prefix) in init_free_function()
207 *func = (MallocFreeType)(dlsym(malloc_shared_library_handler, symbol)); in init_free_function()

Completed in 6 milliseconds