Searched refs:malloc_logger_t (Results 1 – 2 of 2) sorted by relevance
43 typedef void (malloc_logger_t)(uint32_t type, uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, uintp… typedef45 extern malloc_logger_t *__syscall_logger;
44 malloc_logger_t *__syscall_logger = NULL; // This may get set by Libc's malloc stack logging init…