enum Memmap::Flag

Defined in:

memmap/unix.cr

Enum Members

Shared = 1
Private = 2
Fixed = 16
Anon = 32

Instance Method Summary

Instance Method Detail

def anon? #

[View source]
def fixed? #

[View source]
def private? #

[View source]
def shared? #

[View source]