Home
last modified time | relevance | path

Searched refs:aligned_malloc_function (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/cronet/base/allocator/dispatcher/internal/
H A Ddispatcher_internal_unittest.cc143 static void* aligned_malloc_function(const AllocatorDispatch*, in aligned_malloc_function() function
171 &aligned_malloc_function,
278 EXPECT_NE(nullptr, allocator_dispatch->aligned_malloc_function); in TEST_F()
589 auto* const allocated_address = allocator_dispatch->aligned_malloc_function( in TEST_F()
H A Ddispatcher_internal.h261 void* const address = self->next->aligned_malloc_function( in AlignedMallocFn()
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/shim/
H A Dallocator_dispatch.h91 AlignedMallocFn* const aligned_malloc_function; member
H A Dallocator_shim_dispatch_to_noop_on_free.cc93 return self->next->aligned_malloc_function(self->next, size, alignment, in AlignedMallocFn()
H A Dshim_alloc_functions.h253 ptr = chain_head->aligned_malloc_function(chain_head, size, alignment, in ShimAlignedMalloc()
H A Dallocator_shim_unittest.cc224 return self->next->aligned_malloc_function(self->next, size, alignment, in MockAlignedMalloc()