| 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 |
|---|---|
HeapMemory |
HeapMemoryAllocator.allocate(long size) |
static HeapMemory |
HeapMemory.allocate(long size)
Allocates heap memory via
HeapMemoryAllocator. |
HeapMemory |
HeapMemory.copy() |
HeapMemory |
HeapMemoryAllocator.reallocate(HeapMemory memory,
long size) |
HeapMemory |
HeapMemory.reset(byte[] array)
Resets the memory pointer.
|
static HeapMemory |
HeapMemory.wrap(byte[] bytes)
Wraps the given bytes in a
HeapMemory object. |
| Modifier and Type | Method and Description |
|---|---|
HeapMemory |
HeapMemoryAllocator.reallocate(HeapMemory memory,
long size) |
Copyright © 2013–2015. All rights reserved.