Home
last modified time | relevance | path

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

/external/libchrome/base/allocator/
Dallocator_shim.h92 FreeFn* const free_function; member
/external/cronet/stable/base/allocator/partition_allocator/src/partition_alloc/shim/
Dallocator_dispatch.h56 FreeFn* free_function; member
/external/cronet/tot/base/allocator/partition_allocator/src/partition_alloc/shim/
Dallocator_dispatch.h56 FreeFn* free_function; member
/external/cronet/stable/third_party/llvm-libc/src/test/src/__support/CPP/
Dtype_traits_test.cpp174 void free_function() {} in free_function() function
/external/cronet/tot/third_party/llvm-libc/src/test/src/__support/CPP/
Dtype_traits_test.cpp174 void free_function() {} in free_function() function
/external/tensorflow/tensorflow/python/autograph/pyct/
Dinspect_utils_test.py79 def free_function(): function
/external/llvm-libc/test/src/__support/CPP/
Dtype_traits_test.cpp174 void free_function() {} in free_function() function
/external/toybox/toys/pending/
Dsh.c1359 static void free_function(struct sh_function *funky) in free_function() function
/external/pytorch/test/jit/
Dtest_class_type.py1344 def free_function(x: int) -> int: function