Searched refs:alloc_unchecked_function (Results 1 – 14 of 14) sorted by relevance
/external/cronet/stable/base/allocator/partition_allocator/src/partition_alloc/shim/ |
D | allocator_dispatch.h | 51 AllocUncheckedFn* alloc_unchecked_function; member 122 COPY_IF_NULLPTR(alloc_unchecked_function); in OptimizeAllocatorDispatchTable()
|
D | allocator_shim_default_dispatch_to_partition_alloc_with_advanced_checks.cc | 31 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,
|
D | allocator_shim_functions.h | 67 return chain_head->alloc_unchecked_function(size, nullptr); in UncheckedAlloc()
|
D | allocator_shim_unittest.cc | 83 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()
|
D | shim_alloc_functions.h | 86 return chain_head->alloc_unchecked_function(size, context); in ShimCppNewNoThrow()
|
/external/cronet/tot/base/allocator/partition_allocator/src/partition_alloc/shim/ |
D | allocator_dispatch.h | 51 AllocUncheckedFn* alloc_unchecked_function; member 122 COPY_IF_NULLPTR(alloc_unchecked_function); in OptimizeAllocatorDispatchTable()
|
D | allocator_shim_default_dispatch_to_partition_alloc_with_advanced_checks.cc | 31 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,
|
D | allocator_shim_functions.h | 67 return chain_head->alloc_unchecked_function(size, nullptr); in UncheckedAlloc()
|
D | allocator_shim_unittest.cc | 83 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()
|
D | shim_alloc_functions.h | 86 return chain_head->alloc_unchecked_function(size, context); in ShimCppNewNoThrow()
|
/external/cronet/stable/base/allocator/dispatcher/internal/ |
D | dispatcher_internal_unittest.cc | 98 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()
|
D | dispatcher_internal.h | 139 allocator_dispatch_.next->alloc_unchecked_function(size, context); in AllocUncheckedFn()
|
/external/cronet/tot/base/allocator/dispatcher/internal/ |
D | dispatcher_internal_unittest.cc | 98 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()
|
D | dispatcher_internal.h | 139 allocator_dispatch_.next->alloc_unchecked_function(size, context); in AllocUncheckedFn()
|