Module linux_api::mman

source ·

Structs§

Functions§

  • mmap
    Make the mmap syscall, with a thin layer of type-safety over mmap_raw. See mmap(2).
  • Make the mmap syscall. See mmap(2).
  • Make the mprotect syscall, with a thin layer of type-safety over mprotect_raw. See mprotect(2).
  • Make the mprotect syscall. See mprotect(2).
  • Make the munmap syscall, with a thin layer of type-safety over munmap_raw. See munmap(2).
  • Make the munmap syscall. See munmap(2).