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

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

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