Searched refs:aligned_malloc_function (Results 1 – 12 of 12) sorted by relevance
/external/cronet/stable/base/allocator/partition_allocator/src/partition_alloc/shim/ |
D | allocator_dispatch.h | 68 AlignedMallocFn* aligned_malloc_function; member 135 COPY_IF_NULLPTR(aligned_malloc_function); in OptimizeAllocatorDispatchTable()
|
D | allocator_shim_default_dispatch_to_partition_alloc_with_advanced_checks.cc | 106 PA_MUSTTAIL return delegate->aligned_malloc_function(size, alignment, in DelegatedAlignedMallocFn() 164 PA_DCHECK(dispatch->aligned_malloc_function != nullptr); in InstallCustomDispatch() 220 .aligned_malloc_function = &DelegatedAlignedMallocFn,
|
D | shim_alloc_functions.h | 273 void* ptr = chain_head->aligned_malloc_function(size, alignment, context); in ShimAlignedMalloc() 278 ptr = chain_head->aligned_malloc_function(size, alignment, context); in ShimAlignedMalloc()
|
D | allocator_shim_unittest.cc | 221 return g_mock_dispatch.next->aligned_malloc_function(size, alignment, in MockAlignedMalloc() 918 .aligned_malloc_function = &MockAlignedMallocWithAdvancedChecks, 1028 return g_mock_dispatch_for_advanced_checks.next->aligned_malloc_function( in MockAlignedMallocWithAdvancedChecks()
|
/external/cronet/tot/base/allocator/partition_allocator/src/partition_alloc/shim/ |
D | allocator_dispatch.h | 68 AlignedMallocFn* aligned_malloc_function; member 135 COPY_IF_NULLPTR(aligned_malloc_function); in OptimizeAllocatorDispatchTable()
|
D | allocator_shim_default_dispatch_to_partition_alloc_with_advanced_checks.cc | 106 PA_MUSTTAIL return delegate->aligned_malloc_function(size, alignment, in DelegatedAlignedMallocFn() 164 PA_DCHECK(dispatch->aligned_malloc_function != nullptr); in InstallCustomDispatch() 220 .aligned_malloc_function = &DelegatedAlignedMallocFn,
|
D | shim_alloc_functions.h | 273 void* ptr = chain_head->aligned_malloc_function(size, alignment, context); in ShimAlignedMalloc() 278 ptr = chain_head->aligned_malloc_function(size, alignment, context); in ShimAlignedMalloc()
|
D | allocator_shim_unittest.cc | 221 return g_mock_dispatch.next->aligned_malloc_function(size, alignment, in MockAlignedMalloc() 918 .aligned_malloc_function = &MockAlignedMallocWithAdvancedChecks, 1028 return g_mock_dispatch_for_advanced_checks.next->aligned_malloc_function( in MockAlignedMallocWithAdvancedChecks()
|
/external/cronet/stable/base/allocator/dispatcher/internal/ |
D | dispatcher_internal_unittest.cc | 126 static void* aligned_malloc_function(size_t, size_t, void*) { in aligned_malloc_function() function 156 &aligned_malloc_function, 264 EXPECT_NE(nullptr, allocator_dispatch->aligned_malloc_function); in TEST_F() 583 auto* const allocated_address = allocator_dispatch->aligned_malloc_function( in TEST_F()
|
D | dispatcher_internal.h | 235 void* const address = allocator_dispatch_.next->aligned_malloc_function( in AlignedMallocFn()
|
/external/cronet/tot/base/allocator/dispatcher/internal/ |
D | dispatcher_internal_unittest.cc | 126 static void* aligned_malloc_function(size_t, size_t, void*) { in aligned_malloc_function() function 156 &aligned_malloc_function, 264 EXPECT_NE(nullptr, allocator_dispatch->aligned_malloc_function); in TEST_F() 583 auto* const allocated_address = allocator_dispatch->aligned_malloc_function( in TEST_F()
|
D | dispatcher_internal.h | 235 void* const address = allocator_dispatch_.next->aligned_malloc_function( in AlignedMallocFn()
|