public class SlabAllocator
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.nio.ByteBuffer |
allocate(int size) |
static java.lang.Iterable<java.nio.ByteBuffer> |
allocate(long size) |
static void |
free(java.nio.ByteBuffer buffer) |
static void |
free(java.lang.Iterable<java.nio.ByteBuffer> buffers) |