Home
last modified time | relevance | path

Searched refs:alloc_unchecked_function (Results 1 – 14 of 14) sorted by relevance

/external/cronet/stable/base/allocator/partition_allocator/src/partition_alloc/shim/
Dallocator_dispatch.h51 AllocUncheckedFn* alloc_unchecked_function; member
122 COPY_IF_NULLPTR(alloc_unchecked_function); in OptimizeAllocatorDispatchTable()
Dallocator_shim_default_dispatch_to_partition_alloc_with_advanced_checks.cc31 PA_MUSTTAIL return delegate->alloc_unchecked_function(size, context); in DelegatedAllocUncheckedFn()
147 PA_DCHECK(dispatch->alloc_unchecked_function != nullptr); in InstallCustomDispatch()
207 .alloc_unchecked_function = &DelegatedAllocUncheckedFn,
Dallocator_shim_functions.h67 return chain_head->alloc_unchecked_function(size, nullptr); in UncheckedAlloc()
Dallocator_shim_unittest.cc83 return g_mock_dispatch.next->alloc_unchecked_function(size, context); in MockAllocUnchecked()
904 .alloc_unchecked_function = &MockAllocUncheckedWithAdvancedChecks,
936 return g_mock_dispatch_for_advanced_checks.next->alloc_unchecked_function( in MockAllocUncheckedWithAdvancedChecks()
Dshim_alloc_functions.h86 return chain_head->alloc_unchecked_function(size, context); in ShimCppNewNoThrow()
/external/cronet/tot/base/allocator/partition_allocator/src/partition_alloc/shim/
Dallocator_dispatch.h51 AllocUncheckedFn* alloc_unchecked_function; member
122 COPY_IF_NULLPTR(alloc_unchecked_function); in OptimizeAllocatorDispatchTable()
Dallocator_shim_default_dispatch_to_partition_alloc_with_advanced_checks.cc31 PA_MUSTTAIL return delegate->alloc_unchecked_function(size, context); in DelegatedAllocUncheckedFn()
147 PA_DCHECK(dispatch->alloc_unchecked_function != nullptr); in InstallCustomDispatch()
207 .alloc_unchecked_function = &DelegatedAllocUncheckedFn,
Dallocator_shim_functions.h67 return chain_head->alloc_unchecked_function(size, nullptr); in UncheckedAlloc()
Dallocator_shim_unittest.cc83 return g_mock_dispatch.next->alloc_unchecked_function(size, context); in MockAllocUnchecked()
904 .alloc_unchecked_function = &MockAllocUncheckedWithAdvancedChecks,
936 return g_mock_dispatch_for_advanced_checks.next->alloc_unchecked_function( in MockAllocUncheckedWithAdvancedChecks()
Dshim_alloc_functions.h86 return chain_head->alloc_unchecked_function(size, context); in ShimCppNewNoThrow()
/external/cronet/stable/base/allocator/dispatcher/internal/
Ddispatcher_internal_unittest.cc98 static void* alloc_unchecked_function(size_t, void*) { in alloc_unchecked_function() function
143 &alloc_unchecked_function,
254 EXPECT_NE(nullptr, allocator_dispatch->alloc_unchecked_function); in TEST_F()
323 allocator_dispatch->alloc_unchecked_function(GetAllocatedSize(), nullptr); in TEST_F()
Ddispatcher_internal.h139 allocator_dispatch_.next->alloc_unchecked_function(size, context); in AllocUncheckedFn()
/external/cronet/tot/base/allocator/dispatcher/internal/
Ddispatcher_internal_unittest.cc98 static void* alloc_unchecked_function(size_t, void*) { in alloc_unchecked_function() function
143 &alloc_unchecked_function,
254 EXPECT_NE(nullptr, allocator_dispatch->alloc_unchecked_function); in TEST_F()
323 allocator_dispatch->alloc_unchecked_function(GetAllocatedSize(), nullptr); in TEST_F()
Ddispatcher_internal.h139 allocator_dispatch_.next->alloc_unchecked_function(size, context); in AllocUncheckedFn()