Function proc_maps::linux_maps::get_process_maps[][src]

pub fn get_process_maps(pid: Pid) -> Result<Vec<MapRange>>
Expand description

Gets a Vec of MapRange structs for the passed in PID. (Note that while this function is for linux, the OSX, Windows, and FreeBSD variants have the same interface)