Skip to main content

process_resident_bytes

Function process_resident_bytes 

Source
pub fn process_resident_bytes() -> Option<u64>
Expand description

Resident set size of the current process, in bytes: the physical memory it currently occupies. None if the platform query is unsupported or fails.