pub fn process_resident_bytes() -> Option<u64>
Resident set size of the current process, in bytes: the physical memory it currently occupies. None if the platform query is unsupported or fails.
None