Home
last modified time | relevance | path

Searched defs:free_function (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/libchrome/base/allocator/
H A Dallocator_shim.h92 FreeFn* const free_function; member
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/allocator/
Dallocator_shim.h95 FreeFn* const free_function; member
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/0/external/libchrome/base/allocator/
Dallocator_shim.h95 FreeFn* const free_function; member
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/shim/
H A Dallocator_dispatch.h79 FreeFn* const free_function; member
/aosp_15_r20/external/llvm-libc/test/src/__support/CPP/
H A Dtype_traits_test.cpp174 void free_function() {} in free_function() function
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/pyct/
H A Dinspect_utils_test.py79 def free_function(): function
/aosp_15_r20/external/toybox/toys/pending/
H A Dsh.c1331 static void free_function(struct sh_function *funky) in free_function() function
/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_class_type.py1344 def free_function(x: int) -> int: function