Class MallocBytezAllocator

java.lang.Object
org.nustaq.offheap.bytez.malloc.MallocBytezAllocator
All Implemented Interfaces:
BytezAllocator

public class MallocBytezAllocator
extends java.lang.Object
implements BytezAllocator
Date: 17.11.13 Time: 01:16 To change this template use File | Settings | File Templates.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.util.concurrent.atomic.AtomicLong alloced  
  • Constructor Summary

    Constructors 
    Constructor Description
    MallocBytezAllocator()  
  • Method Summary

    Modifier and Type Method Description
    Bytez alloc​(long len)  
    void free​(Bytez bytes)  
    void freeAll()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait