public class MallocBytezAllocator extends Object implements BytezAllocator
| Modifier and Type | Field and Description |
|---|---|
static AtomicLong |
alloced |
| Constructor and Description |
|---|
MallocBytezAllocator() |
public static AtomicLong alloced
public Bytez alloc(long len)
alloc in interface BytezAllocatorpublic void free(Bytez bytes)
free in interface BytezAllocatorpublic void freeAll()
freeAll in interface BytezAllocatorCopyright © 2015. All rights reserved.