Function configure_virtual_memory_map
pub unsafe fn configure_virtual_memory_map(
config: &PrctlMmMap,
) -> Result<(), Errno> ⓘ
Available on crate feature
dep_rustix
only.Expand description
Provides one-shot access to all the addresses by passing in a
PrctlMmMap
.
§References
§Safety
Please ensure the conditions necessary to safely call this function, as detailed in the references above.