pub fn set_vma_anon_name(
addr: NonNull<c_void>,
length: NonZeroUsize,
name: Option<&CStr>,
) -> Result<()>
Available on crate feature
process
only.Expand description
Set an identifier (or reset it) to the address memory range.