Searched refs:alloc_function (Results 1 – 5 of 5) sorted by relevance
/external/libchrome/base/allocator/ |
D | allocator_shim.cc | 91 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()
|
D | allocator_shim.h | 88 AllocFn* const alloc_function; member
|
/external/libchrome/base/debug/ |
D | thread_heap_usage_tracker.cc | 115 void* ret = self->next->alloc_function(self->next, size, context); in AllocFn()
|
D | thread_heap_usage_tracker_unittest.cc | 75 return dispatch_under_test_->alloc_function(dispatch_under_test_, size, in MockMalloc()
|
/external/libchrome/base/sampling_heap_profiler/ |
D | sampling_heap_profiler.cc | 59 void* address = self->next->alloc_function(self->next, size, context); in AllocFn()
|