Package org.robolectric.shadows
Class ShadowNativeAllocationRegistry
java.lang.Object
org.robolectric.shadows.ShadowNativeAllocationRegistry
@Implements(value=libcore.util.NativeAllocationRegistry.class,
minSdk=26,
isInAndroidSdk=false,
shadowPicker=Picker.class)
public class ShadowNativeAllocationRegistry
extends Object
Shadow for
NativeAllocationRegistry
that is backed by native code-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Shadow picker forNativeAllocationRegistry
. -
Field Summary
Modifier and TypeFieldDescriptionprotected libcore.util.NativeAllocationRegistry
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected static void
applyFreeFunction
(long freeFunction, long nativePtr) protected Runnable
registerNativeAllocation
(Object referent, long nativePtr)
-
Field Details
-
realNativeAllocationRegistry
-
-
Constructor Details
-
ShadowNativeAllocationRegistry
public ShadowNativeAllocationRegistry()
-
-
Method Details
-
registerNativeAllocation
-
applyFreeFunction
-