Home
last modified time | relevance | path

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/
Dallocator_dispatch.h71 AlignedReallocUncheckedFn* aligned_realloc_unchecked_function; member
138 COPY_IF_NULLPTR(aligned_realloc_unchecked_function); in OptimizeAllocatorDispatchTable()
Dallocator_shim_default_dispatch_to_partition_alloc_with_advanced_checks.cc132 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,
Dallocator_shim_functions.h87 return chain_head->aligned_realloc_unchecked_function(ptr, size, align, in UncheckedAlignedRealloc()
Dallocator_shim_unittest.cc259 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/
Dallocator_dispatch.h71 AlignedReallocUncheckedFn* aligned_realloc_unchecked_function; member
138 COPY_IF_NULLPTR(aligned_realloc_unchecked_function); in OptimizeAllocatorDispatchTable()
Dallocator_shim_default_dispatch_to_partition_alloc_with_advanced_checks.cc132 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,
Dallocator_shim_functions.h87 return chain_head->aligned_realloc_unchecked_function(ptr, size, align, in UncheckedAlignedRealloc()
Dallocator_shim_unittest.cc259 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/
Ddispatcher_internal_unittest.cc135 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()
Ddispatcher_internal.h275 address = allocator_dispatch_.next->aligned_realloc_unchecked_function( in AlignedReallocUncheckedFn()
/external/cronet/tot/base/allocator/dispatcher/internal/
Ddispatcher_internal_unittest.cc135 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()
Ddispatcher_internal.h275 address = allocator_dispatch_.next->aligned_realloc_unchecked_function( in AlignedReallocUncheckedFn()