Home
last modified time | relevance | path

Searched refs:aligned_malloc_function (Results 1 – 12 of 12) sorted by relevance

/external/cronet/stable/base/allocator/partition_allocator/src/partition_alloc/shim/
Dallocator_dispatch.h68 AlignedMallocFn* aligned_malloc_function; member
135 COPY_IF_NULLPTR(aligned_malloc_function); in OptimizeAllocatorDispatchTable()
Dallocator_shim_default_dispatch_to_partition_alloc_with_advanced_checks.cc106 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,
Dshim_alloc_functions.h273 void* ptr = chain_head->aligned_malloc_function(size, alignment, context); in ShimAlignedMalloc()
278 ptr = chain_head->aligned_malloc_function(size, alignment, context); in ShimAlignedMalloc()
Dallocator_shim_unittest.cc221 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/
Dallocator_dispatch.h68 AlignedMallocFn* aligned_malloc_function; member
135 COPY_IF_NULLPTR(aligned_malloc_function); in OptimizeAllocatorDispatchTable()
Dallocator_shim_default_dispatch_to_partition_alloc_with_advanced_checks.cc106 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,
Dshim_alloc_functions.h273 void* ptr = chain_head->aligned_malloc_function(size, alignment, context); in ShimAlignedMalloc()
278 ptr = chain_head->aligned_malloc_function(size, alignment, context); in ShimAlignedMalloc()
Dallocator_shim_unittest.cc221 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/
Ddispatcher_internal_unittest.cc126 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()
Ddispatcher_internal.h235 void* const address = allocator_dispatch_.next->aligned_malloc_function( in AlignedMallocFn()
/external/cronet/tot/base/allocator/dispatcher/internal/
Ddispatcher_internal_unittest.cc126 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()
Ddispatcher_internal.h235 void* const address = allocator_dispatch_.next->aligned_malloc_function( in AlignedMallocFn()