Uses of Interface
jnr.ffi.util.ref.FinalizableReference
Packages that use FinalizableReference
-
Uses of FinalizableReference in jnr.ffi.provider.jffi
Classes in jnr.ffi.provider.jffi that implement FinalizableReferenceModifier and TypeClassDescription(package private) final classprivate static final classHolder for a group of memory allocations. -
Uses of FinalizableReference in jnr.ffi.util.ref
Classes in jnr.ffi.util.ref that implement FinalizableReferenceModifier and TypeClassDescriptionclassPhantom reference with afinalizeReferent()method which a background thread invokes after the garbage collector reclaims the referent.classSoft reference with afinalizeReferent()method which a background thread invokes after the garbage collector reclaims the referent.classWeak reference with afinalizeReferent()method which a background thread invokes after the garbage collector reclaims the referent.