public class DirectMemory extends NativeMemory
Memory.Util| Constructor and Description |
|---|
DirectMemory(long address,
int size,
DirectMemoryAllocator allocator) |
| Modifier and Type | Method and Description |
|---|---|
static DirectMemory |
allocate(int size)
Allocates direct memory via
DirectMemoryAllocator. |
public DirectMemory(long address,
int size,
DirectMemoryAllocator allocator)
public static DirectMemory allocate(int size)
DirectMemoryAllocator.size - The count of the memory to allocate.Copyright © 2013–2019. All rights reserved.