Home
last modified time | relevance | path

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

/third_party/musl/porting/linux/user/src/hook/
H A Dmusl_malloc_dispatch.h15 typedef void* (*MallocReallocType)(void*, size_t); typedef
44 MallocReallocType realloc;
H A Dmusl_preinit.c243 static bool init_realloc_function(void* malloc_shared_library_handler, MallocReallocType* func, const char* prefix) in init_realloc_function()
247 *func = (MallocReallocType)(dlsym(malloc_shared_library_handler, symbol)); in init_realloc_function()
/third_party/musl/src/hook/linux/
H A Dmusl_malloc_dispatch.h37 typedef void* (*MallocReallocType)(void*, size_t); typedef
66 MallocReallocType realloc;
H A Dmusl_preinit.c258 static bool init_realloc_function(void* malloc_shared_library_handler, MallocReallocType* func, const char* prefix) in init_realloc_function()
262 *func = (MallocReallocType)(dlsym(malloc_shared_library_handler, symbol)); in init_realloc_function()

Completed in 4 milliseconds