Function update_memory_addresses_unchecked
pub fn update_memory_addresses_unchecked<A: Arch>(
accesses: &MemoryAccesses<A>,
state: &mut SystemState<A>,
)
Expand description
Updates the memory mappings to the correct locations according to accesses
without checking for overlapping mappings or mappings that cross page boundaries.