Function total_ram_size
pub fn total_ram_size() -> usizeExpand description
Returns the total size of physical memory (RAM) on the platform.
It should be equal to the sum of sizes of all physical memory ranges (returned
by phys_ram_ranges).
pub fn total_ram_size() -> usizeReturns the total size of physical memory (RAM) on the platform.
It should be equal to the sum of sizes of all physical memory ranges (returned
by phys_ram_ranges).