| Package | Description |
|---|---|
| io.atomix.utils.memory |
Provides interfaces for performing low-level on- and off-heap memory management.
|
| Modifier and Type | Method and Description |
|---|---|
DirectMemory |
DirectMemoryAllocator.allocate(int size) |
static DirectMemory |
DirectMemory.allocate(int size)
Allocates direct memory via
DirectMemoryAllocator. |
DirectMemory |
DirectMemoryAllocator.reallocate(NativeMemory memory,
int size) |
Copyright © 2013–2019. All rights reserved.