Package com.sun.jna.platform.linux
Schnittstelle Mman
public interface Mman
Definitions for POSIX memory map interface from
mman.h
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
static final int
static final int
static final int
static final int
static final Pointer
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Felddetails
-
PROT_READ
static final int PROT_READ- Siehe auch:
-
PROT_WRITE
static final int PROT_WRITE- Siehe auch:
-
PROT_EXEC
static final int PROT_EXEC- Siehe auch:
-
PROT_NONE
static final int PROT_NONE- Siehe auch:
-
PROT_GROWSDOWN
static final int PROT_GROWSDOWN- Siehe auch:
-
PROT_GROWSUP
static final int PROT_GROWSUP- Siehe auch:
-
MAP_SHARED
static final int MAP_SHARED- Siehe auch:
-
MAP_PRIVATE
static final int MAP_PRIVATE- Siehe auch:
-
MAP_SHARED_VALIDATE
static final int MAP_SHARED_VALIDATE- Siehe auch:
-
MAP_TYPE
static final int MAP_TYPE- Siehe auch:
-
MAP_FILE
static final int MAP_FILE- Siehe auch:
-
MAP_FIXED
static final int MAP_FIXED- Siehe auch:
-
MAP_ANONYMOUS
static final int MAP_ANONYMOUS- Siehe auch:
-
MAP_ANON
static final int MAP_ANON- Siehe auch:
-
MAP_32BIT
static final int MAP_32BIT- Siehe auch:
-
MAP_GROWSDOWN
static final int MAP_GROWSDOWN- Siehe auch:
-
MAP_DENYWRITE
static final int MAP_DENYWRITE- Siehe auch:
-
MAP_EXECUTABLE
static final int MAP_EXECUTABLE- Siehe auch:
-
MAP_LOCKED
static final int MAP_LOCKED- Siehe auch:
-
MAP_NORESERVE
static final int MAP_NORESERVE- Siehe auch:
-
MAP_POPULATE
static final int MAP_POPULATE- Siehe auch:
-
MAP_NONBLOCK
static final int MAP_NONBLOCK- Siehe auch:
-
MAP_STACK
static final int MAP_STACK- Siehe auch:
-
MAP_HUGETLB
static final int MAP_HUGETLB- Siehe auch:
-
MAP_SYNC
static final int MAP_SYNC- Siehe auch:
-
MAP_FIXED_NOREPLACE
static final int MAP_FIXED_NOREPLACE- Siehe auch:
-
MAP_FAILED
-
MS_ASYNC
static final int MS_ASYNC- Siehe auch:
-
MS_SYNC
static final int MS_SYNC- Siehe auch:
-
MS_INVALIDATE
static final int MS_INVALIDATE- Siehe auch:
-