Package com.kenai.jffi
Class ClosurePool.Magazine.Slot
java.lang.Object
com.kenai.jffi.ClosurePool.Magazine.Slot
- Enclosing class:
ClosurePool.Magazine
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) boolean
(package private) final long
The code trampoline address(package private) final long
The address of the native closure structure.(package private) final ClosurePool.Proxy
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
handle
final long handleThe address of the native closure structure. Note: This is NOT the code address, but a pointer to the structure which contains the code address. -
codeAddress
final long codeAddressThe code trampoline address -
proxy
-
autorelease
volatile boolean autorelease
-
-
Constructor Details
-
Slot
-