Function vm_machine_attribute [src]
Alias for std.c.darwin.vm_machine_attribute
Prototype
pub extern "c" fn vm_machine_attribute( target_task: vm_map_t, address: vm_address_t, size: vm_size_t, attribute: vm_machine_attribute_t, value: *vm_machine_attribute_val_t, ) kern_return_t
Parameters
target_task: vm_map_t
address: vm_address_t
size: vm_size_t
attribute: vm_machine_attribute_t
value: *vm_machine_attribute_val_t
Source
pub extern "c" fn vm_machine_attribute(
target_task: vm_map_t,
address: vm_address_t,
size: vm_size_t,
attribute: vm_machine_attribute_t,
value: *vm_machine_attribute_val_t,
) kern_return_t