HomeSort by relevance Sort by last modified time
    Searched defs:free_function (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/allocator/
allocator_shim.h 35 // pointers (|malloc_function|, |free_function|, etc). Normally the chain
92 FreeFn* const free_function; member in struct:base::allocator::AllocatorDispatch
  /external/tensorflow/tensorflow/python/autograph/pyct/
inspect_utils_test.py 85 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)
    [all...]

Completed in 4037 milliseconds