Home
last modified time | relevance | path

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

/external/cronet/tot/base/allocator/partition_allocator/src/partition_alloc/shim/
Dallocator_shim_unittest.cc165 return g_mock_dispatch.next->get_size_estimate_function(address, context); in MockGetSizeEstimate()
838 EXPECT_EQ(head->get_size_estimate_function, prev->get_size_estimate_function); in TEST_F()
843 non_empty_dispatch.get_size_estimate_function = in TEST_F()
850 EXPECT_NE(head->get_size_estimate_function, prev->get_size_estimate_function); in TEST_F()
851 EXPECT_EQ(head->get_size_estimate_function, in TEST_F()
911 .get_size_estimate_function = &MockGetSizeEstimateWithAdvancedChecks,
977 return g_mock_dispatch_for_advanced_checks.next->get_size_estimate_function( in MockGetSizeEstimateWithAdvancedChecks()
Dallocator_dispatch.h57 GetSizeEstimateFn* get_size_estimate_function; member
128 COPY_IF_NULLPTR(get_size_estimate_function); in OptimizeAllocatorDispatchTable()
Dallocator_shim_default_dispatch_to_partition_alloc_with_advanced_checks.cc63 PA_MUSTTAIL return delegate->get_size_estimate_function(address, context); in DelegatedGetSizeEstimateFn()
153 PA_DCHECK(dispatch->get_size_estimate_function != nullptr); in InstallCustomDispatch()
213 .get_size_estimate_function = &DelegatedGetSizeEstimateFn,
Dshim_alloc_functions.h220 return chain_head->get_size_estimate_function(const_cast<void*>(address), in ShimGetSizeEstimate()
/external/cronet/stable/base/allocator/partition_allocator/src/partition_alloc/shim/
Dallocator_shim_unittest.cc165 return g_mock_dispatch.next->get_size_estimate_function(address, context); in MockGetSizeEstimate()
838 EXPECT_EQ(head->get_size_estimate_function, prev->get_size_estimate_function); in TEST_F()
843 non_empty_dispatch.get_size_estimate_function = in TEST_F()
850 EXPECT_NE(head->get_size_estimate_function, prev->get_size_estimate_function); in TEST_F()
851 EXPECT_EQ(head->get_size_estimate_function, in TEST_F()
911 .get_size_estimate_function = &MockGetSizeEstimateWithAdvancedChecks,
977 return g_mock_dispatch_for_advanced_checks.next->get_size_estimate_function( in MockGetSizeEstimateWithAdvancedChecks()
Dallocator_dispatch.h57 GetSizeEstimateFn* get_size_estimate_function; member
128 COPY_IF_NULLPTR(get_size_estimate_function); in OptimizeAllocatorDispatchTable()
Dallocator_shim_default_dispatch_to_partition_alloc_with_advanced_checks.cc63 PA_MUSTTAIL return delegate->get_size_estimate_function(address, context); in DelegatedGetSizeEstimateFn()
153 PA_DCHECK(dispatch->get_size_estimate_function != nullptr); in InstallCustomDispatch()
213 .get_size_estimate_function = &DelegatedGetSizeEstimateFn,
Dshim_alloc_functions.h220 return chain_head->get_size_estimate_function(const_cast<void*>(address), in ShimGetSizeEstimate()
/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/cronet/stable/base/allocator/dispatcher/internal/
Ddispatcher_internal_unittest.cc113 static size_t get_size_estimate_function(void*, void*) { in get_size_estimate_function() function
149 &get_size_estimate_function,
/external/cronet/tot/base/allocator/dispatcher/internal/
Ddispatcher_internal_unittest.cc113 static size_t get_size_estimate_function(void*, void*) { in get_size_estimate_function() function
149 &get_size_estimate_function,
/external/libchrome/base/sampling_heap_profiler/
Dsampling_heap_profiler.cc104 return self->next->get_size_estimate_function(self->next, address, context); in GetSizeEstimateFn()