Function rustix::process::set_virtual_memory_map_address
source · pub unsafe fn set_virtual_memory_map_address(
option: VirtualMemoryMapAddress,
address: Option<NonNull<c_void>>
) -> Result<()>
Expand description
Modify certain kernel memory map descriptor addresses of the calling process.
References
Safety
Please ensure the conditions necessary to safely call this function, as detailed in the references above.