| 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 |
|---|---|
static MappedMemory |
MappedMemory.allocate(File file,
FileChannel.MapMode mode,
long size)
Allocates memory mapped to a file on disk.
|
static MappedMemory |
MappedMemory.allocate(File file,
long size)
Allocates memory mapped to a file on disk.
|
MappedMemory |
MappedMemoryAllocator.allocate(long size) |
MappedMemory |
MappedMemoryAllocator.reallocate(MappedMemory memory,
long size) |
| Modifier and Type | Method and Description |
|---|---|
MappedMemory |
MappedMemoryAllocator.reallocate(MappedMemory memory,
long size) |
Copyright © 2013–2015. All rights reserved.