final class io.netty.buffer.UnpooledByteBufAllocator$InstrumentedUnpooledDirectByteBuf extends io.netty.buffer.UnpooledDirectByteBuf
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.netty.buffer.UnpooledByteBufAllocator$InstrumentedUnpooledDirectByteBuf
  super_class: io.netty.buffer.UnpooledDirectByteBuf
{
  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$InstrumentedUnpooledDirectByteBuf this
        start local 1 // io.netty.buffer.UnpooledByteBufAllocator alloc
        start local 2 // int initialCapacity
        start local 3 // int maxCapacity
         0: .line 231
            aload 0 /* this */
            aload 1 /* alloc */
            iload 2 /* initialCapacity */
            iload 3 /* maxCapacity */
            invokespecial io.netty.buffer.UnpooledDirectByteBuf.<init>:(Lio/netty/buffer/ByteBufAllocator;II)V
         1: .line 232
            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$InstrumentedUnpooledDirectByteBuf this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/netty/buffer/UnpooledByteBufAllocator$InstrumentedUnpooledDirectByteBuf;
            0    2     1            alloc  Lio/netty/buffer/UnpooledByteBufAllocator;
            0    2     2  initialCapacity  I
            0    2     3      maxCapacity  I
    MethodParameters:
                 Name  Flags
      alloc            
      initialCapacity  
      maxCapacity      

  protected java.nio.ByteBuffer allocateDirect(int);
    descriptor: (I)Ljava/nio/ByteBuffer;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.netty.buffer.UnpooledByteBufAllocator$InstrumentedUnpooledDirectByteBuf this
        start local 1 // int initialCapacity
         0: .line 236
            aload 0 /* this */
            iload 1 /* initialCapacity */
            invokespecial io.netty.buffer.UnpooledDirectByteBuf.allocateDirect:(I)Ljava/nio/ByteBuffer;
            astore 2 /* buffer */
        start local 2 // java.nio.ByteBuffer buffer
         1: .line 237
            aload 0 /* this */
            invokevirtual io.netty.buffer.UnpooledByteBufAllocator$InstrumentedUnpooledDirectByteBuf.alloc:()Lio/netty/buffer/ByteBufAllocator;
            checkcast io.netty.buffer.UnpooledByteBufAllocator
            aload 2 /* buffer */
            invokevirtual java.nio.ByteBuffer.capacity:()I
            invokevirtual io.netty.buffer.UnpooledByteBufAllocator.incrementDirect:(I)V
         2: .line 238
            aload 2 /* buffer */
            areturn
        end local 2 // java.nio.ByteBuffer buffer
        end local 1 // int initialCapacity
        end local 0 // io.netty.buffer.UnpooledByteBufAllocator$InstrumentedUnpooledDirectByteBuf this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Lio/netty/buffer/UnpooledByteBufAllocator$InstrumentedUnpooledDirectByteBuf;
            0    3     1  initialCapacity  I
            1    3     2           buffer  Ljava/nio/ByteBuffer;
    MethodParameters:
                 Name  Flags
      initialCapacity  

  protected void freeDirect(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.netty.buffer.UnpooledByteBufAllocator$InstrumentedUnpooledDirectByteBuf this
        start local 1 // java.nio.ByteBuffer buffer
         0: .line 243
            aload 1 /* buffer */
            invokevirtual java.nio.ByteBuffer.capacity:()I
            istore 2 /* capacity */
        start local 2 // int capacity
         1: .line 244
            aload 0 /* this */
            aload 1 /* buffer */
            invokespecial io.netty.buffer.UnpooledDirectByteBuf.freeDirect:(Ljava/nio/ByteBuffer;)V
         2: .line 245
            aload 0 /* this */
            invokevirtual io.netty.buffer.UnpooledByteBufAllocator$InstrumentedUnpooledDirectByteBuf.alloc:()Lio/netty/buffer/ByteBufAllocator;
            checkcast io.netty.buffer.UnpooledByteBufAllocator
            iload 2 /* capacity */
            invokevirtual io.netty.buffer.UnpooledByteBufAllocator.decrementDirect:(I)V
         3: .line 246
            return
        end local 2 // int capacity
        end local 1 // java.nio.ByteBuffer buffer
        end local 0 // io.netty.buffer.UnpooledByteBufAllocator$InstrumentedUnpooledDirectByteBuf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lio/netty/buffer/UnpooledByteBufAllocator$InstrumentedUnpooledDirectByteBuf;
            0    4     1    buffer  Ljava/nio/ByteBuffer;
            1    4     2  capacity  I
    MethodParameters:
        Name  Flags
      buffer  
}
SourceFile: "UnpooledByteBufAllocator.java"
NestHost: io.netty.buffer.UnpooledByteBufAllocator
InnerClasses:
  private final InstrumentedUnpooledDirectByteBuf = io.netty.buffer.UnpooledByteBufAllocator$InstrumentedUnpooledDirectByteBuf of io.netty.buffer.UnpooledByteBufAllocator