| Interface | Description |
|---|---|
| Memory |
Allocated memory information
|
| MemoryAllocator |
Memory allocator interface
|
| Class | Description |
|---|---|
| DefaultMemoryAllocator |
A default implementation of MemoryAllocator that allocates off-heap memory and releases allocated memories in a background thread.
|
| LBuffer |
Off-heap memory buffer of int and long type indexes.
|
| LBufferAPI |
Defines common utility methods for accessing LBuffer
|
| LBufferConfig |
Holding the default memory allocator
|
| MemoryReference |
Phantom reference to the allocated memory that will be queued to the ReferenceQueue upon GC time
|
| OffHeapMemory |
Stores |(memory size:long)| data ...
|
| OffHeapMemoryReference | |
| UnsafeUtil |
Helper methods for using sun.misc.Unsafe.
|
| WrappedLBuffer |
A subrange of memory
|