Home
last modified time | relevance | path

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/
Dallocator_dispatch.h69 AlignedMallocUncheckedFn* aligned_malloc_unchecked_function; member
136 COPY_IF_NULLPTR(aligned_malloc_unchecked_function); in OptimizeAllocatorDispatchTable()
Dallocator_shim_default_dispatch_to_partition_alloc_with_advanced_checks.cc114 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,
Dallocator_shim_functions.h82 return chain_head->aligned_malloc_unchecked_function(size, align, nullptr); in UncheckedAlignedAlloc()
Dallocator_shim_unittest.cc231 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/
Dallocator_dispatch.h69 AlignedMallocUncheckedFn* aligned_malloc_unchecked_function; member
136 COPY_IF_NULLPTR(aligned_malloc_unchecked_function); in OptimizeAllocatorDispatchTable()
Dallocator_shim_default_dispatch_to_partition_alloc_with_advanced_checks.cc114 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,
Dallocator_shim_functions.h82 return chain_head->aligned_malloc_unchecked_function(size, align, nullptr); in UncheckedAlignedAlloc()
Dallocator_shim_unittest.cc231 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/
Ddispatcher_internal_unittest.cc129 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()
Ddispatcher_internal.h247 allocator_dispatch_.next->aligned_malloc_unchecked_function( in AlignedMallocUncheckedFn()
/external/cronet/tot/base/allocator/dispatcher/internal/
Ddispatcher_internal_unittest.cc129 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()
Ddispatcher_internal.h247 allocator_dispatch_.next->aligned_malloc_unchecked_function( in AlignedMallocUncheckedFn()