public 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 IAllocator© 2014 Robert Stupp, Koeln, Germany, robert-stupp.de - licensed under Apache License, Version 2 - Homepage