Mono.Unix.Native.MmapFlags.MAP_FIXED Field
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.

Syntax

MmapFlags MAP_FIXED

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