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

/xnu-2782.1.97/libsyscall/mach/
H A Dstack_logging_internal.h34 #define stack_logging_type_vm_deallocate 32 // mach_vm_deallocate or munmap macro
H A Dmach_vm.c82 __syscall_logger(stack_logging_type_vm_deallocate, (uintptr_t)target, (uintptr_t)address, (uintptr_t)size, 0, 0);
/xnu-2782.1.97/libsyscall/wrappers/unix03/
H A Dmunmap.c45 __syscall_logger(stack_logging_type_vm_deallocate, (uintptr_t)mach_task_self(), (uintptr_t)addr, len, 0, 0);
/xnu-2782.1.97/libsyscall/wrappers/legacy/
H A Dmunmap.c68 __syscall_logger(stack_logging_type_vm_deallocate, (uintptr_t)mach_task_self(), (uintptr_t)addr, len, 0, 0);

Completed in 27 milliseconds