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 and Windows variants have the same interface)