Class ShadowNativeAllocationRegistry


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

      • ShadowNativeAllocationRegistry

        public ShadowNativeAllocationRegistry()
    • Method Detail

      • registerNativeAllocation

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

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