| Package | Description |
|---|---|
| io.atomix.utils.memory |
Provides interfaces for performing low-level on- and off-heap memory management.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DirectMemory
Direct memory.
|
class |
MappedMemory
Mapped memory.
|
| Modifier and Type | Method and Description |
|---|---|
static NativeMemory |
NativeMemory.allocate(int size)
Allocates native memory via
DirectMemoryAllocator. |
NativeMemory |
NativeMemory.copy() |
| Modifier and Type | Method and Description |
|---|---|
MemoryAllocator<NativeMemory> |
NativeMemory.allocator() |
| Modifier and Type | Method and Description |
|---|---|
DirectMemory |
DirectMemoryAllocator.reallocate(NativeMemory memory,
int size) |
Copyright © 2013–2018. All rights reserved.