Expand description
This module defines memory regions
Structs§
- Aligned
Memory Mapping - Memory mapping that uses the upper half of an address to identify the underlying memory region.
- Memory
Region - Memory region for bounds checking and address translation
- Unaligned
Memory Mapping - Memory mapping based on eytzinger search.
Enums§
- Access
Type - Type of memory access
- Memory
Mapping - Maps virtual memory to host memory.
- Memory
State - The state of a memory region.
Type Aliases§
- Memory
CowCallback - Callback executed when a CoW memory region is written to