public class UnsafeMemoryAllocator extends Object implements MemoryAllocator
| Constructor and Description |
|---|
UnsafeMemoryAllocator() |
| Modifier and Type | Method and Description |
|---|---|
long |
allocateMemory(long size) |
void |
freeMemory(long addr)
Deallocates memory.
|
public long allocateMemory(long size)
allocateMemory in interface MemoryAllocatorsize - Size of allocated memory.0 if failed.public void freeMemory(long addr)
freeMemory in interface MemoryAllocatoraddr - Address of memory.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023