Class BumpAllocator.LocalAllocator<PAGE>

  • Enclosing class:
    BumpAllocator<PAGE>

    public static final class BumpAllocator.LocalAllocator<PAGE>
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long insert​(PAGE targets, int length)
      Inserts slice into the allocator, returns global address
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • insert

        public long insert​(PAGE targets,
                           int length)
        Inserts slice into the allocator, returns global address