Searched refs:aligned_realloc_unchecked_function (Results 1 – 12 of 12) sorted by relevance
/external/cronet/stable/base/allocator/partition_allocator/src/partition_alloc/shim/ |
D | allocator_dispatch.h | 71 AlignedReallocUncheckedFn* aligned_realloc_unchecked_function; member 138 COPY_IF_NULLPTR(aligned_realloc_unchecked_function); in OptimizeAllocatorDispatchTable()
|
D | allocator_shim_default_dispatch_to_partition_alloc_with_advanced_checks.cc | 132 PA_MUSTTAIL return delegate->aligned_realloc_unchecked_function( in DelegatedAlignedReallocUncheckedFn() 167 PA_DCHECK(dispatch->aligned_realloc_unchecked_function != nullptr); in InstallCustomDispatch() 223 .aligned_realloc_unchecked_function = &DelegatedAlignedReallocUncheckedFn,
|
D | allocator_shim_functions.h | 87 return chain_head->aligned_realloc_unchecked_function(ptr, size, align, in UncheckedAlignedRealloc()
|
D | allocator_shim_unittest.cc | 259 return g_mock_dispatch.next->aligned_realloc_unchecked_function( in MockAlignedReallocUnchecked() 922 .aligned_realloc_unchecked_function = 1055 ->aligned_realloc_unchecked_function(address, size, alignment, context); in MockAlignedReallocUncheckedWithAdvancedChecks()
|
/external/cronet/tot/base/allocator/partition_allocator/src/partition_alloc/shim/ |
D | allocator_dispatch.h | 71 AlignedReallocUncheckedFn* aligned_realloc_unchecked_function; member 138 COPY_IF_NULLPTR(aligned_realloc_unchecked_function); in OptimizeAllocatorDispatchTable()
|
D | allocator_shim_default_dispatch_to_partition_alloc_with_advanced_checks.cc | 132 PA_MUSTTAIL return delegate->aligned_realloc_unchecked_function( in DelegatedAlignedReallocUncheckedFn() 167 PA_DCHECK(dispatch->aligned_realloc_unchecked_function != nullptr); in InstallCustomDispatch() 223 .aligned_realloc_unchecked_function = &DelegatedAlignedReallocUncheckedFn,
|
D | allocator_shim_functions.h | 87 return chain_head->aligned_realloc_unchecked_function(ptr, size, align, in UncheckedAlignedRealloc()
|
D | allocator_shim_unittest.cc | 259 return g_mock_dispatch.next->aligned_realloc_unchecked_function( in MockAlignedReallocUnchecked() 922 .aligned_realloc_unchecked_function = 1055 ->aligned_realloc_unchecked_function(address, size, alignment, context); in MockAlignedReallocUncheckedWithAdvancedChecks()
|
/external/cronet/stable/base/allocator/dispatcher/internal/ |
D | dispatcher_internal_unittest.cc | 135 static void* aligned_realloc_unchecked_function(void*, in aligned_realloc_unchecked_function() function 159 &aligned_realloc_unchecked_function, 267 EXPECT_NE(nullptr, allocator_dispatch->aligned_realloc_unchecked_function); in TEST_F() 670 allocator_dispatch->aligned_realloc_unchecked_function( in TEST_F()
|
D | dispatcher_internal.h | 275 address = allocator_dispatch_.next->aligned_realloc_unchecked_function( in AlignedReallocUncheckedFn()
|
/external/cronet/tot/base/allocator/dispatcher/internal/ |
D | dispatcher_internal_unittest.cc | 135 static void* aligned_realloc_unchecked_function(void*, in aligned_realloc_unchecked_function() function 159 &aligned_realloc_unchecked_function, 267 EXPECT_NE(nullptr, allocator_dispatch->aligned_realloc_unchecked_function); in TEST_F() 670 allocator_dispatch->aligned_realloc_unchecked_function( in TEST_F()
|
D | dispatcher_internal.h | 275 address = allocator_dispatch_.next->aligned_realloc_unchecked_function( in AlignedReallocUncheckedFn()
|