Searched defs:registerNativeAllocation (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/main/java/libcore/util/
H A DNativeAllocationRegistry.java113 public Runnable registerNativeAllocation(Object referent, long nativePtr) { method in class:NativeAllocationRegistry
122 registerNativeAllocation(this.size);
134 * {@link #registerNativeAllocation(Object, Allocator) registerNativeAllocation(Object, Allocator)}.
161 public Runnable registerNativeAllocation(Object referent, Allocator allocator) { method in class:NativeAllocationRegistry
165 registerNativeAllocation(this.size);
218 private static void registerNativeAllocation(long size) { method in class:NativeAllocationRegistry
219 VMRuntime.getRuntime().registerNativeAllocation((int)Math.min(size, Integer.MAX_VALUE));
/libcore/libart/src/main/java/dalvik/system/
H A DVMRuntime.java303 public native void registerNativeAllocation(int bytes); method in class:VMRuntime

Completed in 1186 milliseconds