Searched defs:Mmap (Results 1 – 2 of 2) sorted by relevance
487 pub(crate) struct Mmap { struct488 map_addr: *mut c_void,489 length: usize,491 file: File,492 file_id: FileId,495 impl Mmap { impl586 impl Drop for Mmap { implementation
86 Mmap { enumerator