| Modifier and Type | Class and Description |
|---|---|
class |
AllocMemory
The AllocMemory class is a subclass of NativeMemory1.
|
class |
MemoryMappedFile
MemoryMappedFile class extends NativeMemory and is used to memory map files (including those >
2GB) off heap.
|
| Constructor and Description |
|---|
AllocMemory(NativeMemory origMem,
long copyToBytes,
long capacityBytes,
boolean clear,
MemoryRequest memReq)
Constructor to allocate new off-heap NativeMemory, copy from the given origMem,
and optionally clear the remainder.
|
AllocMemory(NativeMemory origMem,
long newCapacityBytes,
MemoryRequest memReq)
Constructor to allocate new off-heap native memory, copy the contents from the given origMem.
|
Copyright © 2015–2017 Yahoo! Inc.. All rights reserved.