Searched defs:malloc_shared_library_handler (Results 1 – 1 of 1) sorted by relevance
| /third_party/musl/porting/linux/user/src/hook/ |
| D | musl_preinit.c | 166 static bool init_malloc_function(void* malloc_shared_library_handler, MallocMallocType* func, const… in init_malloc_function() 177 static bool init_free_function(void* malloc_shared_library_handler, MallocFreeType* func, const cha… in init_free_function() 188 static bool init_mmap_function(void* malloc_shared_library_handler, MallocMmapType* func, const cha… in init_mmap_function() 199 static bool init_munmap_function(void* malloc_shared_library_handler, MallocMunmapType* func, const… in init_munmap_function() 210 static bool init_memorytag_function(void* malloc_shared_library_handler, const char* prefix) in init_memorytag_function() 222 static bool init_calloc_function(void* malloc_shared_library_handler, MallocCallocType* func, const… in init_calloc_function() 233 static bool init_realloc_function(void* malloc_shared_library_handler, MallocReallocType* func, con… in init_realloc_function() 244 static bool init_malloc_usable_size_function(void* malloc_shared_library_handler, MallocMallocUsabl… in init_malloc_usable_size_function()
|