| Package | Description |
|---|---|
| org.nustaq.offheap.bytez.malloc | |
| org.nustaq.offheap.bytez.onheap | |
| org.nustaq.offheap.structs | |
| org.nustaq.offheap.structs.unsafeimpl |
| Modifier and Type | Class and Description |
|---|---|
class |
MallocBytezAllocator
Date: 17.11.13
Time: 01:16
To change this template use File | Settings | File Templates.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HeapBytezAllocator
Date: 16.11.13
Time: 14:23
To change this template use File | Settings | File Templates.
|
| Modifier and Type | Method and Description |
|---|---|
<X extends FSTStruct> |
FSTStructAllocator.newArray(int size,
X templ,
BytezAllocator alloc)
create a new struct array of same type as template
|
<S extends FSTStruct> |
FSTStructAllocator.newStruct(S aTemplate,
BytezAllocator alloc) |
| Constructor and Description |
|---|
FSTStructAllocator(int chunkSizeBytes,
BytezAllocator allocator)
optionally uses another allocator (e.g.
|
| Modifier and Type | Method and Description |
|---|---|
Bytez |
FSTStructFactory.toByteArray(FSTStruct onHeapStruct,
BytezAllocator allocator) |
<T extends FSTStruct> |
FSTStructFactory.toStruct(T onHeap,
BytezAllocator alloc) |
Copyright © 2015. All rights reserved.