Mono Class Library: Mono.Unix.Native Namespace

Mono.Unix.Native.MmapFlags Enumeration

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

See Also

Syscall.mmap

Remarks

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.
MAP_ANONYMOUSDocumentation for this section has not yet been entered.
MAP_DENYWRITEDocumentation for this section has not yet been entered.
MAP_EXECUTABLEDocumentation for this section has not yet been entered.
MAP_FILEDocumentation for this section has not yet been entered.
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.
MAP_GROWSDOWNDocumentation for this section has not yet been entered.
MAP_LOCKEDDocumentation for this section has not yet been entered.
MAP_NONBLOCKDocumentation for this section has not yet been entered.
MAP_NORESERVEDocumentation for this section has not yet been entered.
MAP_POPULATEDocumentation for this section has not yet been entered.
MAP_PRIVATEModifications are private.
MAP_SHAREDModifications are shared.
MAP_TYPEDocumentation for this section has not yet been entered.

Requirements

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