public class MLock extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MLock.Flags |
| Modifier and Type | Field and Description |
|---|---|
static sun.misc.Unsafe |
UNSAFE |
| Constructor and Description |
|---|
MLock() |
| Modifier and Type | Method and Description |
|---|---|
static void |
mlock(long addr,
int len) |
static void |
mlock2(long addr,
int len,
int flags) |
static void |
mlockall(int flags) |
static void |
munlock(long addr,
int len) |
static void |
munlockall() |
Copyright © 2022. All rights reserved.