Home
last modified time | relevance | path

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

/third_party/musl/porting/linux/user/src/hook/
H A Dmusl_malloc_dispatch.h32 typedef void (*MemTrace)(void*, size_t, const char*, bool); typedef
60 MemTrace memtrace;
H A Dmusl_preinit.c221 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 Dmusl_malloc_dispatch.h54 typedef void (*MemTrace)(void*, size_t, const char*, bool); typedef
82 MemTrace memtrace;
H A Dmusl_preinit.c236 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