Searched refs:aligned_malloc_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 | 69 AlignedMallocUncheckedFn* aligned_malloc_unchecked_function; member 136 COPY_IF_NULLPTR(aligned_malloc_unchecked_function); in OptimizeAllocatorDispatchTable()
|
D | allocator_shim_default_dispatch_to_partition_alloc_with_advanced_checks.cc | 114 PA_MUSTTAIL return delegate->aligned_malloc_unchecked_function( in DelegatedAlignedMallocUncheckedFn() 165 PA_DCHECK(dispatch->aligned_malloc_unchecked_function != nullptr); in InstallCustomDispatch() 221 .aligned_malloc_unchecked_function = &DelegatedAlignedMallocUncheckedFn,
|
D | allocator_shim_functions.h | 82 return chain_head->aligned_malloc_unchecked_function(size, align, nullptr); in UncheckedAlignedAlloc()
|
D | allocator_shim_unittest.cc | 231 return g_mock_dispatch.next->aligned_malloc_unchecked_function( in MockAlignedMallocUnchecked() 919 .aligned_malloc_unchecked_function = 1037 ->aligned_malloc_unchecked_function(size, alignment, context); in MockAlignedMallocUncheckedWithAdvancedChecks()
|
/external/cronet/tot/base/allocator/partition_allocator/src/partition_alloc/shim/ |
D | allocator_dispatch.h | 69 AlignedMallocUncheckedFn* aligned_malloc_unchecked_function; member 136 COPY_IF_NULLPTR(aligned_malloc_unchecked_function); in OptimizeAllocatorDispatchTable()
|
D | allocator_shim_default_dispatch_to_partition_alloc_with_advanced_checks.cc | 114 PA_MUSTTAIL return delegate->aligned_malloc_unchecked_function( in DelegatedAlignedMallocUncheckedFn() 165 PA_DCHECK(dispatch->aligned_malloc_unchecked_function != nullptr); in InstallCustomDispatch() 221 .aligned_malloc_unchecked_function = &DelegatedAlignedMallocUncheckedFn,
|
D | allocator_shim_functions.h | 82 return chain_head->aligned_malloc_unchecked_function(size, align, nullptr); in UncheckedAlignedAlloc()
|
D | allocator_shim_unittest.cc | 231 return g_mock_dispatch.next->aligned_malloc_unchecked_function( in MockAlignedMallocUnchecked() 919 .aligned_malloc_unchecked_function = 1037 ->aligned_malloc_unchecked_function(size, alignment, context); in MockAlignedMallocUncheckedWithAdvancedChecks()
|
/external/cronet/stable/base/allocator/dispatcher/internal/ |
D | dispatcher_internal_unittest.cc | 129 static void* aligned_malloc_unchecked_function(size_t, size_t, void*) { in aligned_malloc_unchecked_function() function 157 &aligned_malloc_unchecked_function, 265 EXPECT_NE(nullptr, allocator_dispatch->aligned_malloc_unchecked_function); in TEST_F() 610 allocator_dispatch->aligned_malloc_unchecked_function(GetAllocatedSize(), in TEST_F()
|
D | dispatcher_internal.h | 247 allocator_dispatch_.next->aligned_malloc_unchecked_function( in AlignedMallocUncheckedFn()
|
/external/cronet/tot/base/allocator/dispatcher/internal/ |
D | dispatcher_internal_unittest.cc | 129 static void* aligned_malloc_unchecked_function(size_t, size_t, void*) { in aligned_malloc_unchecked_function() function 157 &aligned_malloc_unchecked_function, 265 EXPECT_NE(nullptr, allocator_dispatch->aligned_malloc_unchecked_function); in TEST_F() 610 allocator_dispatch->aligned_malloc_unchecked_function(GetAllocatedSize(), in TEST_F()
|
D | dispatcher_internal.h | 247 allocator_dispatch_.next->aligned_malloc_unchecked_function( in AlignedMallocUncheckedFn()
|