Interface BytezAllocator

All Known Implementing Classes:
HeapBytezAllocator, MallocBytezAllocator

public interface BytezAllocator
Date: 16.11.13 Time: 12:37 An Allocator instantiates byte sources and can free them again (if necessary)
  • Method Summary

    Modifier and Type
    Method
    Description
    alloc(long len)
     
    void
    free(Bytez bytes)
     
    void
     
  • Method Details

    • alloc

      Bytez alloc(long len)
    • free

      void free(Bytez bytes)
    • freeAll

      void freeAll()