| Class and Description |
|---|
| AppendableMemory
A class that allows writing to a series of Memory blocks as if they are one big coherent chunk of memory.
|
| ArenaMemoryAllocator
Allocator that uses a reusable
WritableMemory arena. |
| HeapMemoryAllocator
Allocator that uses
ByteBuffer.allocate(int) to create chunks in the JVM heap. |
| MemoryAllocator
Allocator of WritableMemory.
|
| MemoryRange
Reference to a particular region of some
Memory. |
| Class and Description |
|---|
| MemoryAllocator
Allocator of WritableMemory.
|
| Class and Description |
|---|
| MemoryRange
Reference to a particular region of some
Memory. |
| Class and Description |
|---|
| AppendableMemory
A class that allows writing to a series of Memory blocks as if they are one big coherent chunk of memory.
|
| MemoryAllocator
Allocator of WritableMemory.
|
| MemoryRange
Reference to a particular region of some
Memory. |
| Class and Description |
|---|
| AppendableMemory
A class that allows writing to a series of Memory blocks as if they are one big coherent chunk of memory.
|
| MemoryAllocator
Allocator of WritableMemory.
|
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.