Struct mach::vm_statistics::pmap_statistics [] [src]

pub struct pmap_statistics {
    pub resident_count: integer_t,
    pub wired_count: integer_t,
}

Fields