#include <mach/vm_map.h>

mach/vm_map.h Kernel.framework

Module vm_map
includes: Kernel/string.h, Kernel/mach/ndr.h, Kernel/mach/boolean.h, Kernel/mach/kern_return.h, Kernel/mach/notify.h, mach/mach_types.h, mach/message.h, Kernel/mach/mig_errors.h, mach/port.h, Availability.h, Kernel/mach/std_types.h, Kernel/mach/mig.h, Kernel/mach/mig.h, mach/mach_types.h, Kernel/mach_debug/mach_debug_types.h, sys/cdefs.h
1 function

functiontask_wire

extern kern_return_t task_wire(vm_map_t target_task, boolean_t must_wire)
Require that all future virtual memory allocation allocates wired memory. Setting must_wire to FALSE disables the wired future feature.
MIG routine from mach/vm_map.defs