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 D | dispatcher_internal_unittest.cc | 123 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 D | dispatcher_internal.h | 202 return self->next->get_size_estimate_function(self->next, address, context); in GetSizeEstimateFn()
|
/aosp_15_r20/external/libchrome/base/debug/ |
H A D | thread_heap_usage_tracker.cc | 73 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 D | thread_heap_usage_tracker_unittest.cc | 99 return dispatch_under_test_->get_size_estimate_function( in MockGetSizeEstimate()
|
/aosp_15_r20/external/libchrome/base/allocator/ |
H A D | allocator_shim.h | 93 GetSizeEstimateFn* const get_size_estimate_function; member
|
H A D | allocator_shim.cc | 252 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/ |
D | allocator_shim.h | 96 GetSizeEstimateFn* const get_size_estimate_function; member
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/0/external/libchrome/base/allocator/ |
D | allocator_shim.h | 96 GetSizeEstimateFn* const get_size_estimate_function; member
|
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/shim/ |
H A D | allocator_dispatch.h | 80 GetSizeEstimateFn* const get_size_estimate_function; member
|
H A D | allocator_shim_dispatch_to_noop_on_free.cc | 53 return self->next->get_size_estimate_function(self->next, address, context); in GetSizeEstimateFn()
|
H A D | shim_alloc_functions.h | 196 return chain_head->get_size_estimate_function( in ShimGetSizeEstimate()
|
H A D | allocator_shim_unittest.cc | 152 return self->next->get_size_estimate_function(self->next, address, context); in MockGetSizeEstimate()
|
/aosp_15_r20/external/libchrome/base/sampling_heap_profiler/ |
H A D | sampling_heap_profiler.cc | 104 return self->next->get_size_estimate_function(self->next, address, context); in GetSizeEstimateFn()
|