Home
last modified time | relevance | path

Searched refs:free_function (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/autograph/pyct/
Dinspect_utils_test.py85 def free_function(): function
90 return free_function
135 self.assertEqual(ns['free_function'], free_function)
141 free_function = object() # pylint:disable=redefined-outer-name
144 return free_function
148 self.assertTrue(ns['free_function'] is free_function)
149 self.assertFalse(globs['free_function'] is free_function)
256 inspect_utils.getmethodclass(free_function), None)
/external/libchrome/base/allocator/
Dallocator_shim.cc170 return chain_head->free_function(chain_head, address, context); in ShimCppDelete()
247 return chain_head->free_function(chain_head, address, context); in ShimFree()
Dallocator_shim.h92 FreeFn* const free_function; member
/external/libchrome/base/sampling_heap_profiler/
Dsampling_heap_profiler.cc98 self->next->free_function(self->next, address, context); in FreeFn()