Home
last modified time | relevance | path

Searched refs:malloc_logger_t (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.41.9/libsyscall/mach/
H A Dstack_logging_internal.h43 typedef void (malloc_logger_t)(uint32_t type, uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, uintp… typedef
45 extern malloc_logger_t *__syscall_logger;
H A Dmach_vm.c44 malloc_logger_t *__syscall_logger = NULL; // This may get set by Libc's malloc stack logging init…