public class NativeAllocator extends java.lang.Object implements IAllocator
Constructor and Description |
---|
NativeAllocator() |
Modifier and Type | Method and Description |
---|---|
long |
allocate(long size) |
void |
free(long peer) |
public long allocate(long size)
allocate
in interface IAllocator
public void free(long peer)
free
in interface IAllocator
Copyright © 2016 The Apache Software Foundation