Searched refs:MallocMmapType (Results 1 - 4 of 4) sorted by relevance
/third_party/musl/porting/linux/user/src/hook/ |
H A D | musl_malloc_dispatch.h | 12 typedef void* (*MallocMmapType) (void*, size_t, int, int, int, off_t); typedef 40 MallocMmapType mmap;
|
H A D | musl_preinit.c | 199 static bool init_mmap_function(void* malloc_shared_library_handler, MallocMmapType* func, const char* prefix) in init_mmap_function() 203 *func = (MallocMmapType)(dlsym(malloc_shared_library_handler, symbol)); in init_mmap_function()
|
/third_party/musl/src/hook/linux/ |
H A D | musl_malloc_dispatch.h | 34 typedef void* (*MallocMmapType) (void*, size_t, int, int, int, off_t); typedef 62 MallocMmapType mmap;
|
H A D | musl_preinit.c | 214 static bool init_mmap_function(void* malloc_shared_library_handler, MallocMmapType* func, const char* prefix) in init_mmap_function() 218 *func = (MallocMmapType)(dlsym(malloc_shared_library_handler, symbol)); in init_mmap_function()
|
Completed in 4 milliseconds