pub fn get_memory(pid: i32) -> Option<u64>
Get memory usage (resident set size) for a process in bytes.
This is the physical RAM currently used by the process. ~10µs per call.