Searched refs:alloc_unchecked_function (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/cronet/base/allocator/dispatcher/internal/ |
H A D | dispatcher_internal_unittest.cc | 100 static void* alloc_unchecked_function(const AllocatorDispatch*, in alloc_unchecked_function() function 159 &alloc_unchecked_function, 267 EXPECT_NE(nullptr, allocator_dispatch->alloc_unchecked_function); in TEST_F() 334 auto* const allocated_address = allocator_dispatch->alloc_unchecked_function( in TEST_F()
|
H A D | dispatcher_internal.h | 142 self->next->alloc_unchecked_function(self->next, size, context); in AllocUncheckedFn()
|
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/shim/ |
H A D | allocator_shim_functions.h | 66 return chain_head->alloc_unchecked_function(chain_head, size, nullptr); in UncheckedAlloc()
|
H A D | allocator_dispatch.h | 75 AllocUncheckedFn* const alloc_unchecked_function; member
|
H A D | allocator_shim_dispatch_to_noop_on_free.cc | 22 return self->next->alloc_unchecked_function(self->next, size, context); in AllocUncheckedFn()
|
H A D | shim_alloc_functions.h | 74 return chain_head->alloc_unchecked_function(chain_head, size, context); in ShimCppNewNoThrow()
|
H A D | allocator_shim_unittest.cc | 80 return self->next->alloc_unchecked_function(self->next, size, context); in MockAllocUnchecked()
|