public class Mmap extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Mmap.Flags |
static class |
Mmap.Prot |
| Modifier and Type | Field and Description |
|---|---|
static int |
MAP_FAILED |
static sun.misc.Unsafe |
UNSAFE |
| Constructor and Description |
|---|
Mmap() |
| Modifier and Type | Method and Description |
|---|---|
static long |
mmap(FileDescriptor fileDesc,
long size,
int prot,
int flags,
long offset) |
static void |
munmap(long address,
long size) |
public static final sun.misc.Unsafe UNSAFE
public static final int MAP_FAILED
public static long mmap(FileDescriptor fileDesc, long size, int prot, int flags, long offset)
public static void munmap(long address,
long size)
Copyright © 2022. All rights reserved.