Home
last modified time | relevance | path

Searched refs:get_size_estimate_function (Results 1 – 3 of 3) 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/sampling_heap_profiler/
Dsampling_heap_profiler.cc104 return self->next->get_size_estimate_function(self->next, address, context); in GetSizeEstimateFn()