public interface PlatformMemoryManager
| Modifier and Type | Method and Description |
|---|---|
PlatformMemory |
allocate()
Allocates memory.
|
PlatformMemory |
allocate(int cap)
Allocates memory having at least the given capacity.
|
PlatformMemory |
get(long memPtr)
Gets memory from existing pointer.
|
PlatformMemory allocate()
PlatformMemory allocate(int cap)
cap - Minimum capacity.PlatformMemory get(long memPtr)
memPtr - Cross-platform memory pointer.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018