pub fn arch_mem(mem_size_bytes: usize) -> GuestMemoryMmapExpand description
Creates a GuestMemoryMmap of the given size with the contained regions laid out in
accordance with the requirements of the architecture on which the tests are being run.
pub fn arch_mem(mem_size_bytes: usize) -> GuestMemoryMmapCreates a GuestMemoryMmap of the given size with the contained regions laid out in
accordance with the requirements of the architecture on which the tests are being run.