| Interface | Description |
|---|---|
| Allocator |
Memory allocator
|
| MallocMXBean | |
| OffheapMap.Visitor<K,V> | |
| OffheapMap.WritableVisitor<K,V> | |
| OffheapMapMXBean | |
| SharedMemoryMapMXBean |
| Class | Description |
|---|---|
| DirectMemory | |
| FixedSizeAllocator | |
| LongHashSet | |
| LongLongHashMap | |
| LongObjectHashMap<T> | |
| Malloc |
A simplified implementation of Doug Lea's Memory Allocator.
|
| MallocAnalyzer | |
| MallocMT |
Concurrent implementation of
Malloc. |
| MappedFile | |
| OffheapBitSet |
An offheap implementation of a bit set.
|
| OffheapBlobMap | |
| OffheapMap<K,V> | |
| OffheapMap.Record<K,V> | |
| OffheapMap.WritableRecord<K,V> | |
| SharedMemoryBlobMap | |
| SharedMemoryFixedMap<K,V> | |
| SharedMemoryLongMap<V> | |
| SharedMemoryMap<K,V> | |
| SharedMemoryStringMap<V> |
| Exception | Description |
|---|---|
| OutOfMemoryException |
Copyright © 2019. All rights reserved.