public class JEMallocAllocator extends 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) |
long |
getTotalAllocated() |
public long getTotalAllocated()
getTotalAllocated in interface IAllocatorpublic long allocate(long size)
allocate in interface IAllocatorpublic void free(long peer)
free in interface IAllocator© 2014 Robert Stupp, Koeln, Germany, robert-stupp.de - licensed under Apache License, Version 2 - Homepage