Mono Class Library: Mono.Unix.Native Namespace

Mono.Unix.Native.MmapFlags Enumeration

Possible Syscall.mmapflags values. [Edit]
[System.CLSCompliant(false)]
[System.Flags]
public enum MmapFlags

See Also

Syscall.mmap

Remarks

[Edit]

Members

Member NameDescription
MAP_ANONMap anonymous memory not associated with any specific file. The file descriptor used for creating MAP_ANON must be -1. The offset argument is ignored. [Edit]
MAP_ANONYMOUSDocumentation for this section has not yet been entered. [Edit]
MAP_DENYWRITEDocumentation for this section has not yet been entered. [Edit]
MAP_EXECUTABLEDocumentation for this section has not yet been entered. [Edit]
MAP_FILEDocumentation for this section has not yet been entered. [Edit]
MAP_FIXEDDo not permit the system to select a different address than the one specified. If the specified address cannot be used, Syscall.mmap will fail. If MAP_FIXED is specified, addr must be a multiple of the pagesize. Use of this option is discouraged. [Edit]
MAP_GROWSDOWNDocumentation for this section has not yet been entered. [Edit]
MAP_LOCKEDDocumentation for this section has not yet been entered. [Edit]
MAP_NONBLOCKDocumentation for this section has not yet been entered. [Edit]
MAP_NORESERVEDocumentation for this section has not yet been entered. [Edit]
MAP_POPULATEDocumentation for this section has not yet been entered. [Edit]
MAP_PRIVATEModifications are private. [Edit]
MAP_SHAREDModifications are shared. [Edit]
MAP_TYPEDocumentation for this section has not yet been entered. [Edit]

Requirements

Namespace: Mono.Unix.Native
Assembly: Mono.Posix (in Mono.Posix.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0