class io.vertx.core.buffer.impl.VertxByteBufAllocator$2 extends io.vertx.core.buffer.impl.VertxByteBufAllocator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.core.buffer.impl.VertxByteBufAllocator$2
  super_class: io.vertx.core.buffer.impl.VertxByteBufAllocator
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.buffer.impl.VertxByteBufAllocator$2 this
         0: .line 27
            aload 0 /* this */
            invokespecial io.vertx.core.buffer.impl.VertxByteBufAllocator.<init>:()V
            return
        end local 0 // io.vertx.core.buffer.impl.VertxByteBufAllocator$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/buffer/impl/VertxByteBufAllocator$2;

  protected io.netty.buffer.ByteBuf newHeapBuffer(int, int);
    descriptor: (II)Lio/netty/buffer/ByteBuf;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.vertx.core.buffer.impl.VertxByteBufAllocator$2 this
        start local 1 // int initialCapacity
        start local 2 // int maxCapacity
         0: .line 30
            new io.vertx.core.buffer.impl.VertxHeapByteBuf
            dup
            aload 0 /* this */
            iload 1 /* initialCapacity */
            iload 2 /* maxCapacity */
            invokespecial io.vertx.core.buffer.impl.VertxHeapByteBuf.<init>:(Lio/netty/buffer/ByteBufAllocator;II)V
            areturn
        end local 2 // int maxCapacity
        end local 1 // int initialCapacity
        end local 0 // io.vertx.core.buffer.impl.VertxByteBufAllocator$2 this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lio/vertx/core/buffer/impl/VertxByteBufAllocator$2;
            0    1     1  initialCapacity  I
            0    1     2      maxCapacity  I
    MethodParameters:
                 Name  Flags
      initialCapacity  
      maxCapacity      
}
SourceFile: "VertxByteBufAllocator.java"
EnclosingMethod: io.vertx.core.buffer.impl.VertxByteBufAllocator
NestHost: io.vertx.core.buffer.impl.VertxByteBufAllocator
InnerClasses:
  io.vertx.core.buffer.impl.VertxByteBufAllocator$2