Searched defs:freeFunction (Results  1 – 2 of 2) sorted by relevance
| /libcore/luni/src/main/java/libcore/util/ | 
| D | NativeAllocationRegistry.java | 56     private final long freeFunction;  field in NativeAllocationRegistry 94             @NonNull ClassLoader classLoader, long freeFunction, long size) {  in createNonmalloced() 126             @NonNull ClassLoader classLoader, long freeFunction, long size) {  in createMalloced() 148             @NonNull ClassLoader classLoader, long freeFunction) {  in createMalloced() 180     private NativeAllocationRegistry(ClassLoader classLoader, long freeFunction, long size,  in NativeAllocationRegistry() 219 …  public NativeAllocationRegistry(@NonNull ClassLoader classLoader, long freeFunction, long size) {  in NativeAllocationRegistry() 358     public static native void applyFreeFunction(long freeFunction, long nativePtr);  in applyFreeFunction()
  | 
| /libcore/luni/src/main/native/ | 
| D | libcore_util_NativeAllocationRegistry.cpp | 24                                                        jlong freeFunction,  in NativeAllocationRegistry_applyFreeFunction()
  |