Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/allocator/dispatcher/internal/
H A Ddispatcher_internal_unittest.cc123 static size_t get_size_estimate_function(const AllocatorDispatch*, in get_size_estimate_function() function
164 &get_size_estimate_function,
272 EXPECT_NE(nullptr, allocator_dispatch->get_size_estimate_function); in TEST_F()
459 auto const estimated_size = allocator_dispatch->get_size_estimate_function( in TEST_F()
H A Ddispatcher_internal.h202 return self->next->get_size_estimate_function(self->next, address, context); in GetSizeEstimateFn()
/aosp_15_r20/external/libchrome/base/debug/
H A 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()
H A Dthread_heap_usage_tracker_unittest.cc99 return dispatch_under_test_->get_size_estimate_function( in MockGetSizeEstimate()
/aosp_15_r20/external/libchrome/base/allocator/
H A Dallocator_shim.h93 GetSizeEstimateFn* const get_size_estimate_function; member
H A Dallocator_shim.cc252 return chain_head->get_size_estimate_function( in ShimGetSizeEstimate()
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/allocator/
Dallocator_shim.h96 GetSizeEstimateFn* const get_size_estimate_function; member
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/0/external/libchrome/base/allocator/
Dallocator_shim.h96 GetSizeEstimateFn* const get_size_estimate_function; member
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/shim/
H A Dallocator_dispatch.h80 GetSizeEstimateFn* const get_size_estimate_function; member
H A Dallocator_shim_dispatch_to_noop_on_free.cc53 return self->next->get_size_estimate_function(self->next, address, context); in GetSizeEstimateFn()
H A Dshim_alloc_functions.h196 return chain_head->get_size_estimate_function( in ShimGetSizeEstimate()
H A Dallocator_shim_unittest.cc152 return self->next->get_size_estimate_function(self->next, address, context); in MockGetSizeEstimate()
/aosp_15_r20/external/libchrome/base/sampling_heap_profiler/
H A Dsampling_heap_profiler.cc104 return self->next->get_size_estimate_function(self->next, address, context); in GetSizeEstimateFn()