final class io.netty.buffer.UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeHeapByteBuf extends io.netty.buffer.UnpooledUnsafeHeapByteBuf
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.netty.buffer.UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeHeapByteBuf
  super_class: io.netty.buffer.UnpooledUnsafeHeapByteBuf
{
  void <init>(io.netty.buffer.UnpooledByteBufAllocator, int, int);
    descriptor: (Lio/netty/buffer/UnpooledByteBufAllocator;II)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.netty.buffer.UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeHeapByteBuf this
        start local 1 // io.netty.buffer.UnpooledByteBufAllocator alloc
        start local 2 // int initialCapacity
        start local 3 // int maxCapacity
         0: .line 139
            aload 0 /* this */
            aload 1 /* alloc */
            iload 2 /* initialCapacity */
            iload 3 /* maxCapacity */
            invokespecial io.netty.buffer.UnpooledUnsafeHeapByteBuf.<init>:(Lio/netty/buffer/ByteBufAllocator;II)V
         1: .line 140
            return
        end local 3 // int maxCapacity
        end local 2 // int initialCapacity
        end local 1 // io.netty.buffer.UnpooledByteBufAllocator alloc
        end local 0 // io.netty.buffer.UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/netty/buffer/UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeHeapByteBuf;
            0    2     1            alloc  Lio/netty/buffer/UnpooledByteBufAllocator;
            0    2     2  initialCapacity  I
            0    2     3      maxCapacity  I
    MethodParameters:
                 Name  Flags
      alloc            
      initialCapacity  
      maxCapacity      

  byte[] allocateArray(int);
    descriptor: (I)[B
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.netty.buffer.UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeHeapByteBuf this
        start local 1 // int initialCapacity
         0: .line 144
            aload 0 /* this */
            iload 1 /* initialCapacity */
            invokespecial io.netty.buffer.UnpooledUnsafeHeapByteBuf.allocateArray:(I)[B
            astore 2 /* bytes */
        start local 2 // byte[] bytes
         1: .line 145
            aload 0 /* this */
            invokevirtual io.netty.buffer.UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeHeapByteBuf.alloc:()Lio/netty/buffer/ByteBufAllocator;
            checkcast io.netty.buffer.UnpooledByteBufAllocator
            aload 2 /* bytes */
            arraylength
            invokevirtual io.netty.buffer.UnpooledByteBufAllocator.incrementHeap:(I)V
         2: .line 146
            aload 2 /* bytes */
            areturn
        end local 2 // byte[] bytes
        end local 1 // int initialCapacity
        end local 0 // io.netty.buffer.UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Lio/netty/buffer/UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeHeapByteBuf;
            0    3     1  initialCapacity  I
            1    3     2            bytes  [B
    MethodParameters:
                 Name  Flags
      initialCapacity  

  void freeArray(byte[]);
    descriptor: ([B)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.netty.buffer.UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeHeapByteBuf this
        start local 1 // byte[] array
         0: .line 151
            aload 1 /* array */
            arraylength
            istore 2 /* length */
        start local 2 // int length
         1: .line 152
            aload 0 /* this */
            aload 1 /* array */
            invokespecial io.netty.buffer.UnpooledUnsafeHeapByteBuf.freeArray:([B)V
         2: .line 153
            aload 0 /* this */
            invokevirtual io.netty.buffer.UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeHeapByteBuf.alloc:()Lio/netty/buffer/ByteBufAllocator;
            checkcast io.netty.buffer.UnpooledByteBufAllocator
            iload 2 /* length */
            invokevirtual io.netty.buffer.UnpooledByteBufAllocator.decrementHeap:(I)V
         3: .line 154
            return
        end local 2 // int length
        end local 1 // byte[] array
        end local 0 // io.netty.buffer.UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lio/netty/buffer/UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeHeapByteBuf;
            0    4     1   array  [B
            1    4     2  length  I
    MethodParameters:
       Name  Flags
      array  
}
SourceFile: "UnpooledByteBufAllocator.java"
NestHost: io.netty.buffer.UnpooledByteBufAllocator
InnerClasses:
  private final InstrumentedUnpooledUnsafeHeapByteBuf = io.netty.buffer.UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeHeapByteBuf of io.netty.buffer.UnpooledByteBufAllocator