Class ShadowNativeAllocationRegistry


  • @Implements(value=libcore.util.NativeAllocationRegistry.class,
                minSdk=24,
                isInAndroidSdk=false,
                looseSignatures=true)
    public class ShadowNativeAllocationRegistry
    extends java.lang.Object
    • Constructor Detail

      • ShadowNativeAllocationRegistry

        public ShadowNativeAllocationRegistry()
    • Method Detail

      • registerNativeAllocation

        @Implementation
        protected java.lang.Runnable registerNativeAllocation​(java.lang.Object referent,
                                                              java.lang.Object allocator)
      • registerNativeAllocation

        @Implementation
        protected java.lang.Runnable registerNativeAllocation​(java.lang.Object referent,
                                                              long nativePtr)