final class org.jruby.ext.ffi.Pointer$PointerAllocator implements org.jruby.runtime.ObjectAllocator
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.jruby.ext.ffi.Pointer$PointerAllocator
  super_class: java.lang.Object
{
  static final org.jruby.runtime.ObjectAllocator INSTANCE;
    descriptor: Lorg/jruby/runtime/ObjectAllocator;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 52
            new org.jruby.ext.ffi.Pointer$PointerAllocator
            dup
            invokespecial org.jruby.ext.ffi.Pointer$PointerAllocator.<init>:()V
            putstatic org.jruby.ext.ffi.Pointer$PointerAllocator.INSTANCE:Lorg/jruby/runtime/ObjectAllocator;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ext.ffi.Pointer$PointerAllocator this
         0: .line 51
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jruby.ext.ffi.Pointer$PointerAllocator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ext/ffi/Pointer$PointerAllocator;

  public org.jruby.runtime.builtin.IRubyObject allocate(org.jruby.Ruby, org.jruby.RubyClass);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.jruby.ext.ffi.Pointer$PointerAllocator this
        start local 1 // org.jruby.Ruby runtime
        start local 2 // org.jruby.RubyClass klazz
         0: .line 55
            new org.jruby.ext.ffi.Pointer
            dup
            aload 1 /* runtime */
            aload 2 /* klazz */
            invokespecial org.jruby.ext.ffi.Pointer.<init>:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)V
            areturn
        end local 2 // org.jruby.RubyClass klazz
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.ext.ffi.Pointer$PointerAllocator this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/ext/ffi/Pointer$PointerAllocator;
            0    1     1  runtime  Lorg/jruby/Ruby;
            0    1     2    klazz  Lorg/jruby/RubyClass;
    MethodParameters:
         Name  Flags
      runtime  
      klazz    
}
SourceFile: "Pointer.java"
NestHost: org.jruby.ext.ffi.Pointer
InnerClasses:
  private final PointerAllocator = org.jruby.ext.ffi.Pointer$PointerAllocator of org.jruby.ext.ffi.Pointer