(&self)
| 37 | impl MmapRegion { |
| 38 | #[inline] |
| 39 | pub fn addr(&self) -> *mut u8 { |
| 40 | self.addr |
| 41 | } |
| 42 | |
| 43 | /// Return the length of the region. |
| 44 | /// This function promises that the return value fits in [`libc::size_t`] |
no outgoing calls
no test coverage detected