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 | 175 static bool init_malloc_function(void* malloc_shared_library_handler, MallocMallocType* func, const… in init_malloc_function() 186 static bool init_free_function(void* malloc_shared_library_handler, MallocFreeType* func, const cha… in init_free_function() 197 static bool init_mmap_function(void* malloc_shared_library_handler, MallocMmapType* func, const cha… in init_mmap_function() 208 static bool init_munmap_function(void* malloc_shared_library_handler, MallocMunmapType* func, const… in init_munmap_function() 219 static bool init_memtrace_function(void* malloc_shared_library_handler, MemTrace* func, const char*… in init_memtrace_function() 230 static bool init_calloc_function(void* malloc_shared_library_handler, MallocCallocType* func, const… in init_calloc_function() 241 static bool init_realloc_function(void* malloc_shared_library_handler, MallocReallocType* func, con… in init_realloc_function() 252 static bool init_malloc_usable_size_function(void* malloc_shared_library_handler, MallocMallocUsabl… in init_malloc_usable_size_function() 263 static bool init_prctl_function(void* malloc_shared_library_handler, MallocPrctlType* func, const c… in init_prctl_function()
|