Home
last modified time | relevance | path

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

/external/libchrome/base/allocator/
Dallocator_shim.h93 GetSizeEstimateFn* const get_size_estimate_function; member
Dallocator_shim.cc252 return chain_head->get_size_estimate_function( in ShimGetSizeEstimate()
/external/libchrome/base/debug/
Dthread_heap_usage_tracker.cc73 return next->get_size_estimate_function(next, ptr, context); in GetAllocSizeEstimate()
169 return self->next->get_size_estimate_function(self->next, address, context); in GetSizeEstimateFn()
Dthread_heap_usage_tracker_unittest.cc99 return dispatch_under_test_->get_size_estimate_function( in MockGetSizeEstimate()
/external/libchrome/base/sampling_heap_profiler/
Dsampling_heap_profiler.cc104 return self->next->get_size_estimate_function(self->next, address, context); in GetSizeEstimateFn()