| 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 |
DirectMemoryAllocator
Direct memory allocator.
|
class |
HeapMemoryAllocator
Java heap memory allocator.
|
class |
MappedMemoryAllocator
Mapped memory allocator.
|
| Modifier and Type | Method and Description |
|---|---|
MemoryAllocator<NativeMemory> |
NativeMemory.allocator() |
MemoryAllocator |
Memory.allocator()
Returns the memory allocator that allocated this memory.
|
Copyright © 2013–2017. All rights reserved.