pub fn set_virtual_memory_region_name( region: &[u8], name: Option<&CStr>, ) -> Result<(), Errno> ⓘ
dep_rustix
Set the name for a virtual memory region.
prctl(PR_SET_VMA,PR_SET_VMA_ANON_NAME,…)