munmap

Function munmap 

Source
pub unsafe fn munmap(mem: *mut [u8]) -> Result<()>
Expand description

Unmaps a memory mapping.

ยงSafety

The application must ensure that the memory that is unmapped is no longer used.