feature. See also
. The project being documented here (as the example) is the Zig library itself.
darwin.vm_region_submap_info_64
pub const vm_region_submap_info_64 = extern struct
File
Code
pub const vm_region_submap_info_64 = extern struct {
protection: vm_prot_t,
max_protection: vm_prot_t,
inheritance: vm_inherit_t,
offset: memory_object_offset_t,
user_tag: u32,
pages_resident: u32,
pages_shared_now_private: u32,
pages_swapped_out: u32,
pages_dirtied: u32,
ref_count: u32,
shadow_depth: u16,
external_pager: u8,
share_mode: u8,
is_submap: boolean_t,
behavior: vm_behavior_t,
object_id: vm32_object_id_t,
user_wired_count: u16,
pages_reusable: u32,
object_id_full: vm_object_id_t,
}