Searched refs:aligned_realloc_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 | 149 static void* aligned_realloc_function(const AllocatorDispatch*, in aligned_realloc_function() function 172 &aligned_realloc_function, 279 EXPECT_NE(nullptr, allocator_dispatch->aligned_realloc_function); in TEST_F() 618 auto* const allocated_address = allocator_dispatch->aligned_realloc_function( in TEST_F()
|
H A D | dispatcher_internal.h | 276 address = self->next->aligned_realloc_function(self->next, address, size, in AlignedReallocFn()
|
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/shim/ |
H A D | allocator_dispatch.h | 92 AlignedReallocFn* const aligned_realloc_function; member
|
H A D | allocator_shim_dispatch_to_noop_on_free.cc | 102 return self->next->aligned_realloc_function(self->next, address, size, in AlignedReallocFn()
|
H A D | shim_alloc_functions.h | 271 ptr = chain_head->aligned_realloc_function(chain_head, address, size, in ShimAlignedRealloc()
|
H A D | allocator_shim_unittest.cc | 239 return self->next->aligned_realloc_function(self->next, address, size, in MockAlignedRealloc()
|