Skip to main content

unmap

Function unmap 

Source
pub unsafe fn unmap(ptr: NonNull<u8>, len: usize)
Expand description

Unmap len bytes at ptr.

ยงSafety

ptr/len must describe a live mapping produced by map_aligned (or a whole sub-range of one that is no longer referenced).