[−][src]Trait heim_process::os::linux::MemoryExt
This is supported on Linux only.
Linux-specific extension to process Memory information.
Required methods
pub fn shared(&self) -> Information
[src]
Returns the amount of memory that could be potentially shared with other processes.
pub fn text(&self) -> Information
[src]
Returns TRS (text resident set) - the amount of memory devoted to executable code.
pub fn data(&self) -> Information
[src]
Returns DRS (data resident set) - the amount of physical memory devoted to other than executable code.