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 insertInto​(int length, org.neo4j.gds.api.compress.ModifiableSlice<PAGE> slice)
      Allocate some memory into the slice, returns global address
      • Methods inherited from class java.lang.Object

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

      • insertInto

        public long insertInto​(int length,
                               org.neo4j.gds.api.compress.ModifiableSlice<PAGE> slice)
        Allocate some memory into the slice, returns global address