Lines Matching defs:MmapInner
59 pub struct MmapInner { struct
64 impl MmapInner { argument
74 ) -> io::Result<MmapInner> { in new()
221 pub fn map(len: usize, file: RawFd, offset: u64, populate: bool) -> io::Result<MmapInner> { in map()
232 pub fn map_exec(len: usize, file: RawFd, offset: u64, populate: bool) -> io::Result<MmapInner> { in map_exec()
243 pub fn map_mut(len: usize, file: RawFd, offset: u64, populate: bool) -> io::Result<MmapInner> { in map_mut()
254 pub fn map_copy(len: usize, file: RawFd, offset: u64, populate: bool) -> io::Result<MmapInner> { in map_copy()
270 ) -> io::Result<MmapInner> { in map_copy_read_only()
287 ) -> io::Result<MmapInner> { in map_anon()
422 impl Drop for MmapInner { implementation
433 unsafe impl Sync for MmapInner {} implementation
434 unsafe impl Send for MmapInner {} implementation