Function rustix::process::configure_virtual_memory_map

source ·
pub unsafe fn configure_virtual_memory_map(config: &PrctlMmMap) -> Result<()>
Available on crate feature process 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.