Function system_memory::used

source ·
pub fn used() -> u64
Available on Windows or Linux or macOS or iOS only.
Expand description

Get the number of bytes of physical memory currently in use.

§Panics

This function may panic if any of the underlying platform-specific syscalls fail.