Package org.robolectric.nativeruntime
Class NativeAllocationRegistryNatives
java.lang.Object
org.robolectric.nativeruntime.NativeAllocationRegistryNatives
Native methods for NativeAllocationRegistry JNI registration.
Native method signatures are derived from https://cs.android.com/android/platform/superproject/+/android-12.0.0_r1:libcore/luni/src/main/java/libcore/util/NativeAllocationRegistry.java
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
applyFreeFunction
(long freeFunction, long nativePtr)
-
Method Details
-
applyFreeFunction
public static void applyFreeFunction(long freeFunction, long nativePtr)
-