module Mmap

Direct including types

Defined in:

mmap/mmap.cr
mmap/region.cr

Constant Summary

PAGE_SIZE = LibC.sysconf(LibC::SC_PAGESIZE)

Class Method Summary

Instance Method Summary

Class Method Detail

def self.open(*args, &) #

[View source]

Instance Method Detail

abstract def [](idx, size) : SubRegion #

[View source]
def crypto_key : Nil #

[View source]
def guard_page : Nil #

[View source]
def madvise(advice) : Nil #

[View source]
def mlock : Nil #

[View source]
def mprotect(prot : Prot) : Nil #

[View source]
def msync : Nil #

[View source]
def munlock : Nil #

[View source]
def noaccess #

[View source]
def readonly #

[View source]
def readwrite #

[View source]
def to_slice : Bytes #

[View source]
abstract def to_unsafe #

[View source]