Home
last modified time | relevance | path

Searched refs:alloc_function (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/base/allocator/
Dallocator_shim.cc91 return chain_head->alloc_function(chain_head, size, nullptr); in UncheckedAlloc()
159 ptr = chain_head->alloc_function(chain_head, size, context); in ShimCppNew()
177 ptr = chain_head->alloc_function(chain_head, size, context); in ShimMalloc()
Dallocator_shim.h88 AllocFn* const alloc_function; member
/external/libchrome/base/debug/
Dthread_heap_usage_tracker.cc115 void* ret = self->next->alloc_function(self->next, size, context); in AllocFn()
Dthread_heap_usage_tracker_unittest.cc75 return dispatch_under_test_->alloc_function(dispatch_under_test_, size, in MockMalloc()
/external/libchrome/base/sampling_heap_profiler/
Dsampling_heap_profiler.cc59 void* address = self->next->alloc_function(self->next, size, context); in AllocFn()