(&self)
| 284 | /// Returns a reference to the underlying `MmapVec` this memory owns. |
| 285 | #[inline] |
| 286 | pub fn mmap(&self) -> &MmapVec { |
| 287 | &self.mmap |
| 288 | } |
| 289 | |
| 290 | /// Returns the contents of the text section of the ELF executable this |
| 291 | /// represents. |
no outgoing calls
no test coverage detected