HomeSort by relevance Sort by last modified time
    Searched refs:alloc_function (Results 1 - 3 of 3) sorted by null

  /external/libchrome/base/allocator/
allocator_shim.h 60 AllocFn* const alloc_function; member in struct:base::allocator::AllocatorDispatch
allocator_shim.cc 98 return chain_head->alloc_function(chain_head, size);
150 ptr = chain_head->alloc_function(chain_head, size);
164 ptr = chain_head->alloc_function(chain_head, size);
  /external/libchrome/base/trace_event/
malloc_dump_provider.cc 36 void* ptr = next->alloc_function(next, size);
77 &HookAlloc, /* alloc_function */

Completed in 176 milliseconds