public class org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator extends org.apache.lucene.util.ByteBlockPool$Allocator
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator
  super_class: org.apache.lucene.util.ByteBlockPool$Allocator
{
  private final org.apache.lucene.util.Counter bytesUsed;
    descriptor: Lorg/apache/lucene/util/Counter;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.apache.lucene.util.Counter);
    descriptor: (Lorg/apache/lucene/util/Counter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator this
        start local 1 // org.apache.lucene.util.Counter bytesUsed
         0: .line 94
            aload 0 /* this */
            ldc 32768
            aload 1 /* bytesUsed */
            invokespecial org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator.<init>:(ILorg/apache/lucene/util/Counter;)V
         1: .line 95
            return
        end local 1 // org.apache.lucene.util.Counter bytesUsed
        end local 0 // org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/apache/lucene/util/ByteBlockPool$DirectTrackingAllocator;
            0    2     1  bytesUsed  Lorg/apache/lucene/util/Counter;
    MethodParameters:
           Name  Flags
      bytesUsed  

  public void <init>(int, org.apache.lucene.util.Counter);
    descriptor: (ILorg/apache/lucene/util/Counter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator this
        start local 1 // int blockSize
        start local 2 // org.apache.lucene.util.Counter bytesUsed
         0: .line 98
            aload 0 /* this */
            iload 1 /* blockSize */
            invokespecial org.apache.lucene.util.ByteBlockPool$Allocator.<init>:(I)V
         1: .line 99
            aload 0 /* this */
            aload 2 /* bytesUsed */
            putfield org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator.bytesUsed:Lorg/apache/lucene/util/Counter;
         2: .line 100
            return
        end local 2 // org.apache.lucene.util.Counter bytesUsed
        end local 1 // int blockSize
        end local 0 // org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/apache/lucene/util/ByteBlockPool$DirectTrackingAllocator;
            0    3     1  blockSize  I
            0    3     2  bytesUsed  Lorg/apache/lucene/util/Counter;
    MethodParameters:
           Name  Flags
      blockSize  
      bytesUsed  

  public byte[] getByteBlock();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator this
         0: .line 104
            aload 0 /* this */
            getfield org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator.bytesUsed:Lorg/apache/lucene/util/Counter;
            aload 0 /* this */
            getfield org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator.blockSize:I
            i2l
            invokevirtual org.apache.lucene.util.Counter.addAndGet:(J)J
            pop2
         1: .line 105
            aload 0 /* this */
            getfield org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator.blockSize:I
            newarray 8
            areturn
        end local 0 // org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/util/ByteBlockPool$DirectTrackingAllocator;

  public void recycleByteBlocks(byte[][], int, int);
    descriptor: ([[BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator this
        start local 1 // byte[][] blocks
        start local 2 // int start
        start local 3 // int end
         0: .line 110
            aload 0 /* this */
            getfield org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator.bytesUsed:Lorg/apache/lucene/util/Counter;
            iload 3 /* end */
            iload 2 /* start */
            isub
            aload 0 /* this */
            getfield org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator.blockSize:I
            imul
            ineg
            i2l
            invokevirtual org.apache.lucene.util.Counter.addAndGet:(J)J
            pop2
         1: .line 111
            iload 2 /* start */
            istore 4 /* i */
        start local 4 // int i
         2: goto 5
         3: .line 112
      StackMap locals: int
      StackMap stack:
            aload 1 /* blocks */
            iload 4 /* i */
            aconst_null
            aastore
         4: .line 111
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 4 /* i */
            iload 3 /* end */
            if_icmplt 3
        end local 4 // int i
         6: .line 114
            return
        end local 3 // int end
        end local 2 // int start
        end local 1 // byte[][] blocks
        end local 0 // org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/apache/lucene/util/ByteBlockPool$DirectTrackingAllocator;
            0    7     1  blocks  [[B
            0    7     2   start  I
            0    7     3     end  I
            2    6     4       i  I
    MethodParameters:
        Name  Flags
      blocks  
      start   
      end     
}
SourceFile: "ByteBlockPool.java"
NestHost: org.apache.lucene.util.ByteBlockPool
InnerClasses:
  public abstract Allocator = org.apache.lucene.util.ByteBlockPool$Allocator of org.apache.lucene.util.ByteBlockPool
  public DirectTrackingAllocator = org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator of org.apache.lucene.util.ByteBlockPool