[][src]Trait heim_process::os::macos::MemoryExt

pub trait MemoryExt {
    fn faults(&self) -> u64;
fn pageins(&self) -> u64; }
This is supported on macOS only.

macOS-specific extension to process Memory information.

Required methods

fn faults(&self) -> u64

This is supported on macOS only.

Returns the amount of page faults.

fn pageins(&self) -> u64

This is supported on macOS only.

Returns the amount of actual pageins.

Loading content...

Implementors

impl MemoryExt for Memory[src]

Loading content...