Searched refs:aligned_malloc_function (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/cronet/base/allocator/dispatcher/internal/ |
H A D | dispatcher_internal_unittest.cc | 143 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 D | dispatcher_internal.h | 261 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 D | allocator_dispatch.h | 91 AlignedMallocFn* const aligned_malloc_function; member
|
H A D | allocator_shim_dispatch_to_noop_on_free.cc | 93 return self->next->aligned_malloc_function(self->next, size, alignment, in AlignedMallocFn()
|
H A D | shim_alloc_functions.h | 253 ptr = chain_head->aligned_malloc_function(chain_head, size, alignment, in ShimAlignedMalloc()
|
H A D | allocator_shim_unittest.cc | 224 return self->next->aligned_malloc_function(self->next, size, alignment, in MockAlignedMalloc()
|