| Package | Description |
|---|---|
| io.atomix.utils.memory |
Provides interfaces for performing low-level on- and off-heap memory management.
|
| Modifier and Type | Method and Description |
|---|---|
static MappedMemory |
MappedMemory.allocate(File file,
FileChannel.MapMode mode,
int size)
Allocates memory mapped to a file on disk.
|
static MappedMemory |
MappedMemory.allocate(File file,
int size)
Allocates memory mapped to a file on disk.
|
MappedMemory |
MappedMemoryAllocator.allocate(int size) |
MappedMemory |
MappedMemoryAllocator.reallocate(MappedMemory memory,
int size) |
| Modifier and Type | Method and Description |
|---|---|
MappedMemory |
MappedMemoryAllocator.reallocate(MappedMemory memory,
int size) |
Copyright © 2013–2017. All rights reserved.