| Package | Description |
|---|---|
| org.gridgain.grid.util.offheap.unsafe |
| Modifier and Type | Method and Description |
|---|---|
long |
GridUnsafeMemory.allocate(long size)
Allocates memory of given size in bytes.
|
long |
GridUnsafeMemory.allocate(long size,
boolean init)
Allocates memory of given size in bytes.
|
long |
GridUnsafeMemory.allocate(long size,
boolean init,
boolean reserved)
Allocates memory of given size in bytes.
|
long |
GridUnsafeMemory.allocateSystem(long size,
boolean init)
Allocates memory of given size in bytes, adds to system memory counter.
|
Copyright © 2014. All rights reserved.