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/ |
D | allocator_shim_unittest.cc | 165 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()
|
D | allocator_dispatch.h | 57 GetSizeEstimateFn* get_size_estimate_function; member 128 COPY_IF_NULLPTR(get_size_estimate_function); in OptimizeAllocatorDispatchTable()
|
D | allocator_shim_default_dispatch_to_partition_alloc_with_advanced_checks.cc | 63 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,
|
D | shim_alloc_functions.h | 220 return chain_head->get_size_estimate_function(const_cast<void*>(address), in ShimGetSizeEstimate()
|
/external/cronet/stable/base/allocator/partition_allocator/src/partition_alloc/shim/ |
D | allocator_shim_unittest.cc | 165 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()
|
D | allocator_dispatch.h | 57 GetSizeEstimateFn* get_size_estimate_function; member 128 COPY_IF_NULLPTR(get_size_estimate_function); in OptimizeAllocatorDispatchTable()
|
D | allocator_shim_default_dispatch_to_partition_alloc_with_advanced_checks.cc | 63 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,
|
D | shim_alloc_functions.h | 220 return chain_head->get_size_estimate_function(const_cast<void*>(address), in ShimGetSizeEstimate()
|
/external/libchrome/base/allocator/ |
D | allocator_shim.h | 93 GetSizeEstimateFn* const get_size_estimate_function; member
|
D | allocator_shim.cc | 252 return chain_head->get_size_estimate_function( in ShimGetSizeEstimate()
|
/external/libchrome/base/debug/ |
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()
|
D | thread_heap_usage_tracker_unittest.cc | 99 return dispatch_under_test_->get_size_estimate_function( in MockGetSizeEstimate()
|
/external/cronet/stable/base/allocator/dispatcher/internal/ |
D | dispatcher_internal_unittest.cc | 113 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/ |
D | dispatcher_internal_unittest.cc | 113 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/ |
D | sampling_heap_profiler.cc | 104 return self->next->get_size_estimate_function(self->next, address, context); in GetSizeEstimateFn()
|