Syntax
[System.CLSCompliant(false)]
[System.Flags]
public enum MmapFlags
See Also
Remarks
Members
| Member Name | Description |
|---|
| MAP_ANON | Map 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_ANONYMOUS | Documentation for this section has not yet been entered. |
| MAP_DENYWRITE | Documentation for this section has not yet been entered. |
| MAP_EXECUTABLE | Documentation for this section has not yet been entered. |
| MAP_FILE | Documentation for this section has not yet been entered. |
| MAP_FIXED | Do 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_GROWSDOWN | Documentation for this section has not yet been entered. |
| MAP_LOCKED | Documentation for this section has not yet been entered. |
| MAP_NONBLOCK | Documentation for this section has not yet been entered. |
| MAP_NORESERVE | Documentation for this section has not yet been entered. |
| MAP_POPULATE | Documentation for this section has not yet been entered. |
| MAP_PRIVATE | Modifications are private. |
| MAP_SHARED | Modifications are shared. |
| MAP_TYPE | Documentation 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, 4.0.0.0