Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/allocator/dispatcher/internal/
H A Ddispatcher_internal_unittest.cc100 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 Ddispatcher_internal.h142 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 Dallocator_shim_functions.h66 return chain_head->alloc_unchecked_function(chain_head, size, nullptr); in UncheckedAlloc()
H A Dallocator_dispatch.h75 AllocUncheckedFn* const alloc_unchecked_function; member
H A Dallocator_shim_dispatch_to_noop_on_free.cc22 return self->next->alloc_unchecked_function(self->next, size, context); in AllocUncheckedFn()
H A Dshim_alloc_functions.h74 return chain_head->alloc_unchecked_function(chain_head, size, context); in ShimCppNewNoThrow()
H A Dallocator_shim_unittest.cc80 return self->next->alloc_unchecked_function(self->next, size, context); in MockAllocUnchecked()