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 Database and Caching Platform : ver. 2.8.0 Release Date : February 27 2020