Home
last modified time | relevance | path

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

/third_party/musl/porting/linux/user/src/hook/
H A Dmusl_malloc_dispatch.h16 typedef void* (*MallocCallocType)(size_t, size_t); typedef
43 MallocCallocType calloc;
H A Dmusl_preinit.c232 static bool init_calloc_function(void* malloc_shared_library_handler, MallocCallocType* func, const char* prefix) in init_calloc_function()
236 *func = (MallocCallocType)(dlsym(malloc_shared_library_handler, symbol)); in init_calloc_function()
/third_party/musl/src/hook/linux/
H A Dmusl_malloc_dispatch.h38 typedef void* (*MallocCallocType)(size_t, size_t); typedef
65 MallocCallocType calloc;
H A Dmusl_preinit.c247 static bool init_calloc_function(void* malloc_shared_library_handler, MallocCallocType* func, const char* prefix) in init_calloc_function()
251 *func = (MallocCallocType)(dlsym(malloc_shared_library_handler, symbol)); in init_calloc_function()

Completed in 3 milliseconds