| Package | Description |
|---|---|
| net.kuujo.catalyst.buffer.util |
Provides interfaces for performing low-level on- and off-heap memory management.
|
| Modifier and Type | Method and Description |
|---|---|
DirectMemory |
DirectMemoryAllocator.allocate(long size) |
static DirectMemory |
DirectMemory.allocate(long size)
Allocates direct memory via
DirectMemoryAllocator. |
DirectMemory |
DirectMemoryAllocator.reallocate(NativeMemory memory,
long size) |
Copyright © 2013–2015. All rights reserved.