public final class UnsafeAllocator extends Object implements IAllocator
Constructor and Description |
---|
UnsafeAllocator() |
Modifier and Type | Method and Description |
---|---|
long |
allocate(long size) |
void |
free(long peer) |
long |
getTotalAllocated() |
public long allocate(long size)
allocate
in interface IAllocator
public void free(long peer)
free
in interface IAllocator
public long getTotalAllocated()
getTotalAllocated
in interface IAllocator
Copyright © 2014–2018 Robert Stupp, Koeln, Germany, robert-stupp.de. All rights reserved.