Interface BumpAllocator.Factory<PAGE>

  • Enclosing class:
    BumpAllocator<PAGE>

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

      • newEmptyPages

        PAGE[] newEmptyPages()
      • newPage

        PAGE newPage​(int length)
      • copyOfPage

        PAGE copyOfPage​(PAGE page,
                        int length)
      • lengthOfPage

        int lengthOfPage​(PAGE page)