public final class JNANativeAllocator extends Object implements IAllocator
| Constructor and Description |
|---|
JNANativeAllocator() |
| Modifier and Type | Method and Description |
|---|---|
long |
allocate(long size) |
void |
free(long peer) |
long |
getTotalAllocated() |
public long allocate(long size)
allocate in interface IAllocatorpublic void free(long peer)
free in interface IAllocatorpublic long getTotalAllocated()
getTotalAllocated in interface IAllocatorCopyright © 2014–2021 Robert Stupp, Koeln, Germany, robert-stupp.de. All rights reserved.