Uses of Interface
org.bytedeco.javacpp.Pointer.ReferenceCounter
-
Packages that use Pointer.ReferenceCounter Package Description org.bytedeco.javacpp Contains the main set of classes for JavaCPP at runtime. -
-
Uses of Pointer.ReferenceCounter in org.bytedeco.javacpp
Classes in org.bytedeco.javacpp that implement Pointer.ReferenceCounter Modifier and Type Class Description protected static classPointer.CustomDeallocatorAPointer.Deallocatorthat calls, during garbage collection, a method with signaturestatic void deallocate()from the Pointer object passed to the constructor and that accepts it as argument.(package private) static classPointer.DeallocatorReferenceA subclass ofPhantomReferencethat also acts as a linked list to keep their references alive until they get garbage collected.protected static classPointer.NativeDeallocatorAPointer.Deallocatorthat calls, during garbage collection, a native function.(package private) static classPointer.ProxyDeallocatorAPointer.Deallocatorthat keeps and uses a strong reference to a Buffer or another Pointer.
-