Module vm_memory::mmap

source ·
Expand description

The default implementation for the GuestMemory trait.

This implementation is mmap-ing the memory of the guest into the current process.

Structs§

Enums§

  • Errors that can occur when creating a memory map.
  • Error conditions that may arise when creating a new MmapRegion object.

Traits§

  • A Bitmap that can be created starting from an initial size.

Functions§