public class JEMallocAllocator extends java.lang.Object implements IAllocator
| Modifier and Type | Class and Description |
|---|---|
static interface |
JEMallocAllocator.JEMLibrary |
| Constructor and Description |
|---|
JEMallocAllocator() |
| Modifier and Type | Method and Description |
|---|---|
long |
allocate(long size) |
void |
free(long peer) |
public long allocate(long size)
allocate in interface IAllocatorpublic void free(long peer)
free in interface IAllocatorCopyright © 2015 The Apache Software Foundation