Class ClosurePool.Magazine

java.lang.Object
com.kenai.jffi.ClosurePool.Magazine
Enclosing class:
ClosurePool

private static final class ClosurePool.Magazine extends Object
  • Field Details

    • IO

      private static final MemoryIO IO
      Store a reference to the MemoryIO accessor here for easy access
    • foreign

      private final Foreign foreign
      A handle to the foreign interface to keep it alive as long as this object is alive
    • ctx

      private final CallContext ctx
    • magazine

      private final long magazine
    • slots

      private final ClosurePool.Magazine.Slot[] slots
    • next

      private int next
    • freeCount

      private int freeCount
  • Constructor Details

  • Method Details