Interface BumpAllocator.Factory<PAGE>

  • Enclosing class:
    BumpAllocator<PAGE>

    public static interface BumpAllocator.Factory<PAGE>
    • Method Detail

      • newEmptyPages

        PAGE[] newEmptyPages()
      • newPage

        PAGE newPage​(int length)