| Package | Description |
|---|---|
| com.alexkasko.unsafe.offheap |
Off-heap memory operations using sun.misc.Unsafe
|
| com.alexkasko.unsafe.offheaplong |
Long sized off-heap collections of longs with sorting and searching support
|
| com.alexkasko.unsafe.offheapstruct |
Long sized off-heap collections of "structs" (memory areas with equal sizes)
with sorting and searching support
|
| Class and Description |
|---|
| OffHeapDisposable
Basic interface for off-heap classes that support manual memory freeing.
|
| OffHeapDisposableIterator
Interface for iterators over off-heap collections those can be disposed manually
|
| OffHeapMemory
Allocates an area of off-heap memory that is not a subject to GC.
|
| Class and Description |
|---|
| OffHeapAddressable
Basic interface for off-heap long-indexed collections.
|
| OffHeapDisposable
Basic interface for off-heap classes that support manual memory freeing.
|
| OffHeapDisposableIterable
Interface for iterables over off-heap collections those can be disposed manually
|
| OffHeapDisposableIterator
Interface for iterators over off-heap collections those can be disposed manually
|
| OffHeapMemory
Allocates an area of off-heap memory that is not a subject to GC.
|
| Class and Description |
|---|
| OffHeapDisposable
Basic interface for off-heap classes that support manual memory freeing.
|
| OffHeapDisposableIterable
Interface for iterables over off-heap collections those can be disposed manually
|
| OffHeapDisposableIterator
Interface for iterators over off-heap collections those can be disposed manually
|
| OffHeapMemory
Allocates an area of off-heap memory that is not a subject to GC.
|
Copyright © 2014. All Rights Reserved.