final class io.netty.buffer.PoolThreadCache$NormalMemoryRegionCache<T> extends io.netty.buffer.PoolThreadCache$MemoryRegionCache<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.netty.buffer.PoolThreadCache$NormalMemoryRegionCache
  super_class: io.netty.buffer.PoolThreadCache$MemoryRegionCache
{
  void <init>(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.buffer.PoolThreadCache$NormalMemoryRegionCache this
        start local 1 // int size
         0: .line 342
            aload 0 /* this */
            iload 1 /* size */
            getstatic io.netty.buffer.PoolArena$SizeClass.Normal:Lio/netty/buffer/PoolArena$SizeClass;
            invokespecial io.netty.buffer.PoolThreadCache$MemoryRegionCache.<init>:(ILio/netty/buffer/PoolArena$SizeClass;)V
         1: .line 343
            return
        end local 1 // int size
        end local 0 // io.netty.buffer.PoolThreadCache$NormalMemoryRegionCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/buffer/PoolThreadCache$NormalMemoryRegionCache<TT;>;
            0    2     1  size  I
    MethodParameters:
      Name  Flags
      size  

  protected void initBuf(io.netty.buffer.PoolChunk<T>, long, io.netty.buffer.PooledByteBuf<T>, );
    descriptor: (Lio/netty/buffer/PoolChunk;JLio/netty/buffer/PooledByteBuf;I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // io.netty.buffer.PoolThreadCache$NormalMemoryRegionCache this
        start local 1 // io.netty.buffer.PoolChunk chunk
        start local 2 // long handle
        start local 4 // io.netty.buffer.PooledByteBuf buf
        start local 5 // int reqCapacity
         0: .line 348
            aload 1 /* chunk */
            aload 4 /* buf */
            lload 2 /* handle */
            iload 5 /* reqCapacity */
            invokevirtual io.netty.buffer.PoolChunk.initBuf:(Lio/netty/buffer/PooledByteBuf;JI)V
         1: .line 349
            return
        end local 5 // int reqCapacity
        end local 4 // io.netty.buffer.PooledByteBuf buf
        end local 2 // long handle
        end local 1 // io.netty.buffer.PoolChunk chunk
        end local 0 // io.netty.buffer.PoolThreadCache$NormalMemoryRegionCache this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/netty/buffer/PoolThreadCache$NormalMemoryRegionCache<TT;>;
            0    2     1        chunk  Lio/netty/buffer/PoolChunk<TT;>;
            0    2     2       handle  J
            0    2     4          buf  Lio/netty/buffer/PooledByteBuf<TT;>;
            0    2     5  reqCapacity  I
    Signature: (Lio/netty/buffer/PoolChunk<TT;>;JLio/netty/buffer/PooledByteBuf<TT;>;I)V
    MethodParameters:
             Name  Flags
      chunk        
      handle       
      buf          
      reqCapacity  
}
Signature: <T:Ljava/lang/Object;>Lio/netty/buffer/PoolThreadCache$MemoryRegionCache<TT;>;
SourceFile: "PoolThreadCache.java"
NestHost: io.netty.buffer.PoolThreadCache
InnerClasses:
  final SizeClass = io.netty.buffer.PoolArena$SizeClass of io.netty.buffer.PoolArena
  private abstract MemoryRegionCache = io.netty.buffer.PoolThreadCache$MemoryRegionCache of io.netty.buffer.PoolThreadCache
  private final NormalMemoryRegionCache = io.netty.buffer.PoolThreadCache$NormalMemoryRegionCache of io.netty.buffer.PoolThreadCache