/external/cronet/stable/base/allocator/partition_allocator/src/partition_alloc/shim/ |
D | allocator_dispatch.h | 54 ReallocFn* realloc_function; member 125 COPY_IF_NULLPTR(realloc_function); in OptimizeAllocatorDispatchTable()
|
D | allocator_shim_default_dispatch_to_partition_alloc_with_advanced_checks.cc | 47 PA_MUSTTAIL return delegate->realloc_function(address, size, context); in DelegatedReallocFn() 150 PA_DCHECK(dispatch->realloc_function != nullptr); in InstallCustomDispatch() 210 .realloc_function = &DelegatedReallocFn,
|
D | allocator_shim_unittest.cc | 127 return g_mock_dispatch.next->realloc_function(address, size, context); in MockRealloc() 836 EXPECT_EQ(head->realloc_function, prev->realloc_function); in TEST_F() 848 EXPECT_EQ(head->realloc_function, prev->realloc_function); in TEST_F() 908 .realloc_function = &MockReallocWithAdvancedChecks, 958 return g_mock_dispatch_for_advanced_checks.next->realloc_function( in MockReallocWithAdvancedChecks()
|
D | shim_alloc_functions.h | 146 void* ptr = chain_head->realloc_function(address, size, context); in ShimRealloc() 153 ptr = chain_head->realloc_function(address, size, context); in ShimRealloc()
|
/external/cronet/tot/base/allocator/partition_allocator/src/partition_alloc/shim/ |
D | allocator_dispatch.h | 54 ReallocFn* realloc_function; member 125 COPY_IF_NULLPTR(realloc_function); in OptimizeAllocatorDispatchTable()
|
D | allocator_shim_default_dispatch_to_partition_alloc_with_advanced_checks.cc | 47 PA_MUSTTAIL return delegate->realloc_function(address, size, context); in DelegatedReallocFn() 150 PA_DCHECK(dispatch->realloc_function != nullptr); in InstallCustomDispatch() 210 .realloc_function = &DelegatedReallocFn,
|
D | allocator_shim_unittest.cc | 127 return g_mock_dispatch.next->realloc_function(address, size, context); in MockRealloc() 836 EXPECT_EQ(head->realloc_function, prev->realloc_function); in TEST_F() 848 EXPECT_EQ(head->realloc_function, prev->realloc_function); in TEST_F() 908 .realloc_function = &MockReallocWithAdvancedChecks, 958 return g_mock_dispatch_for_advanced_checks.next->realloc_function( in MockReallocWithAdvancedChecks()
|
D | shim_alloc_functions.h | 146 void* ptr = chain_head->realloc_function(address, size, context); in ShimRealloc() 153 ptr = chain_head->realloc_function(address, size, context); in ShimRealloc()
|
/external/libchrome/base/allocator/ |
D | allocator_shim.h | 91 ReallocFn* const realloc_function; member
|
D | allocator_shim.cc | 200 ptr = chain_head->realloc_function(chain_head, address, size, context); in ShimRealloc()
|
/external/cronet/stable/base/allocator/dispatcher/internal/ |
D | dispatcher_internal_unittest.cc | 107 static void* realloc_function(void*, size_t, void*) { in realloc_function() function 146 &realloc_function, 257 EXPECT_NE(nullptr, allocator_dispatch->realloc_function); in TEST_F() 404 auto* const allocated_address = allocator_dispatch->realloc_function( in TEST_F()
|
D | dispatcher_internal.h | 169 allocator_dispatch_.next->realloc_function(address, size, context); in ReallocFn()
|
/external/cronet/tot/base/allocator/dispatcher/internal/ |
D | dispatcher_internal_unittest.cc | 107 static void* realloc_function(void*, size_t, void*) { in realloc_function() function 146 &realloc_function, 257 EXPECT_NE(nullptr, allocator_dispatch->realloc_function); in TEST_F() 404 auto* const allocated_address = allocator_dispatch->realloc_function( in TEST_F()
|
D | dispatcher_internal.h | 169 allocator_dispatch_.next->realloc_function(address, size, context); in ReallocFn()
|
/external/libchrome/base/debug/ |
D | thread_heap_usage_tracker.cc | 153 void* ret = self->next->realloc_function(self->next, address, size, context); in ReallocFn()
|
D | thread_heap_usage_tracker_unittest.cc | 90 return dispatch_under_test_->realloc_function(dispatch_under_test_, address, in MockRealloc()
|
/external/libchrome/base/sampling_heap_profiler/ |
D | sampling_heap_profiler.cc | 91 address = self->next->realloc_function(self->next, address, size, context); in ReallocFn()
|