| Modifier and Type | Field and Description |
|---|---|
static int |
MAP_ANONYMOUS |
static int |
MAP_FIXED |
static int |
MAP_GROWSDOWN |
static int |
MAP_HUGETLB |
static int |
MAP_LOCKED |
static int |
MAP_NONBLOCK |
static int |
MAP_NORESERVE |
static int |
MAP_POPULATE |
static int |
MAP_PRIVATE |
static int |
MAP_SHARED |
| Constructor and Description |
|---|
Flags() |
public static final int MAP_SHARED
public static final int MAP_PRIVATE
public static final int MAP_FIXED
public static final int MAP_ANONYMOUS
public static final int MAP_GROWSDOWN
public static final int MAP_LOCKED
public static final int MAP_NONBLOCK
public static final int MAP_NORESERVE
public static final int MAP_POPULATE
public static final int MAP_HUGETLB
Copyright © 2022. All rights reserved.