module Mmap
Direct including types
Defined in:
mmap/mmap.crmmap/region.cr
Constant Summary
-
PAGE_SIZE =
LibC.sysconf(LibC::SC_PAGESIZE)
Class Method Summary
Instance Method Summary
- #[](idx, size) : SubRegion
- #crypto_key : Nil
- #guard_page : Nil
- #madvise(advice) : Nil
- #mlock : Nil
- #mprotect(prot : Prot) : Nil
- #msync : Nil
- #munlock : Nil
- #noaccess
- #readonly
- #readwrite
- #to_slice : Bytes
- #to_unsafe