Uses of Class
com.avpkit.ferry.JNIMemoryAllocator
-
Packages that use JNIMemoryAllocator Package Description com.avpkit.ferry A collection of classes that ferry objects from Java to native code and back, and manage native memory. -
-
Uses of JNIMemoryAllocator in com.avpkit.ferry
Methods in com.avpkit.ferry that return JNIMemoryAllocator Modifier and Type Method Description static JNIMemoryAllocatorJNIMemoryAllocator. getAllocator(long nativeObj)Internal Only.Methods in com.avpkit.ferry with parameters of type JNIMemoryAllocator Modifier and Type Method Description static voidJNIMemoryAllocator. setAllocator(long nativeObj, JNIMemoryAllocator mgr)Internal Only.
-