Home
last modified time | relevance | path

Searched defs:freeFunction (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/java/libcore/util/
DNativeAllocationRegistry.java50 private final long freeFunction; field in NativeAllocationRegistry
80 ClassLoader classLoader, long freeFunction, long size) { in createNonmalloced()
107 ClassLoader classLoader, long freeFunction, long size) { in createMalloced()
124 ClassLoader classLoader, long freeFunction) { in createMalloced()
156 private NativeAllocationRegistry(ClassLoader classLoader, long freeFunction, long size, in NativeAllocationRegistry()
195 public NativeAllocationRegistry(ClassLoader classLoader, long freeFunction, long size) { in NativeAllocationRegistry()
320 public static native void applyFreeFunction(long freeFunction, long nativePtr); in applyFreeFunction()
/libcore/luni/src/main/native/
Dlibcore_util_NativeAllocationRegistry.cpp24 jlong freeFunction, in NativeAllocationRegistry_applyFreeFunction()