Function zx::system_get_physmem
source ยท pub fn system_get_physmem() -> u64
Expand description
Get the amount of physical memory on the system, in bytes.
Wraps the zx_system_get_physmem syscall.
pub fn system_get_physmem() -> u64
Get the amount of physical memory on the system, in bytes.
Wraps the zx_system_get_physmem syscall.