Searched refs:MemTrace (Results 1 - 4 of 4) sorted by relevance
/third_party/musl/porting/linux/user/src/hook/ |
H A D | musl_malloc_dispatch.h | 32 typedef void (*MemTrace)(void*, size_t, const char*, bool); typedef 60 MemTrace memtrace;
|
H A D | musl_preinit.c | 221 static bool init_memtrace_function(void* malloc_shared_library_handler, MemTrace* func, const char* prefix) in init_memtrace_function() 225 *func = (MemTrace)(dlsym(malloc_shared_library_handler, symbol)); in init_memtrace_function()
|
/third_party/musl/src/hook/linux/ |
H A D | musl_malloc_dispatch.h | 54 typedef void (*MemTrace)(void*, size_t, const char*, bool); typedef 82 MemTrace memtrace;
|
H A D | musl_preinit.c | 236 static bool init_memtrace_function(void* malloc_shared_library_handler, MemTrace* func, const char* prefix) in init_memtrace_function() 240 *func = (MemTrace)(dlsym(malloc_shared_library_handler, symbol)); in init_memtrace_function()
|
Completed in 4 milliseconds