Resizes an existing mapping.
impl MemMap {
fn resize(&mut self, new_size: usize, flags: MemReMapFlags) -> Result<(), Errno>
}| Name | Description |
|---|---|
| new_size | The new size of the mapping. |
| flags | Flags to use when remapping this mapping. |
The MREMAP_FIXED flag must not be used with this interface.