extern structstd.c.darwin.vm_region_basic_info_64[src]

Fields

protection: vm_prot_t
max_protection: vm_prot_t
inheritance: vm_inherit_t
shared: boolean_t
reserved: boolean_t
offset: memory_object_offset_t
behavior: vm_behavior_t
user_wired_count: u16

Source Code

Source code
pub const vm_region_basic_info_64 = extern struct {
    protection: vm_prot_t,
    max_protection: vm_prot_t,
    inheritance: vm_inherit_t,
    shared: boolean_t,
    reserved: boolean_t,
    offset: memory_object_offset_t,
    behavior: vm_behavior_t,
    user_wired_count: u16,
}