| Package | Description |
|---|---|
| net.kuujo.catalyst.buffer.util |
Provides interfaces for performing low-level on- and off-heap memory management.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MemoryAllocator<T extends Memory>
Memory allocator.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DirectMemory
Direct memory.
|
class |
HeapMemory
Java heap memory.
|
class |
MappedMemory
Mapped memory.
|
class |
NativeMemory
Native memory.
|
| Modifier and Type | Method and Description |
|---|---|
Memory |
Memory.copy()
Copies the memory to a distinct memory address.
|
Copyright © 2013–2015. All rights reserved.