Function system_memory::available
source · pub fn available() -> u64
Available on Windows or Linux or macOS or iOS only.
Expand description
Get the number of bytes of available physical memory on this host.
§Panics
This function may panic if any of the underlying platform-specific syscalls fail.