| Package | Description |
|---|---|
| jnr.ffi.provider.jffi | |
| jnr.ffi.util.ref |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
NativeClosureFactory.ClosureReference |
private static class |
TransientNativeMemory.Magazine
Holder for a group of memory allocations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FinalizablePhantomReference<T>
Phantom reference with a
finalizeReferent() method which a background thread invokes
after the garbage collector reclaims the referent. |
class |
FinalizableSoftReference<T>
Soft reference with a
finalizeReferent() method which a background thread invokes after
the garbage collector reclaims the referent. |
class |
FinalizableWeakReference<T>
Weak reference with a
finalizeReferent() method which a background thread invokes after
the garbage collector reclaims the referent. |