Class TlsfAllocator.Allocation

java.lang.Object
com.mojang.blaze3d.vertex.TlsfAllocator.Allocation
Enclosing class:
TlsfAllocator

public static class TlsfAllocator.Allocation extends Object
  • Field Details

    • block

      private final TlsfAllocator.Block block
    • offsetFromHeap

      private final long offsetFromHeap
    • freed

      private boolean freed
  • Constructor Details

  • Method Details

    • getSize

      public long getSize()
    • getHeap

      public TlsfAllocator.Heap getHeap()
    • getOffsetFromHeap

      public long getOffsetFromHeap()
    • isFreed

      public boolean isFreed()