Class BumpAllocator<PAGE>


  • public final class BumpAllocator<PAGE>
    extends java.lang.Object
    "Bump" refers to the implementation in that there is a local allocator that is able to do a fast-path allocation by just bumping a pointer value. The name follows the description of the TLAB-allocation from the JVM. https://shipilev.net/jvm/anatomy-quarks/4-tlab-allocation
    • Method Summary

      • Methods inherited from class java.lang.Object

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