Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/allocator/dispatcher/internal/
H A Ddispatcher_internal_unittest.cc149 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 Ddispatcher_internal.h276 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 Dallocator_dispatch.h92 AlignedReallocFn* const aligned_realloc_function; member
H A Dallocator_shim_dispatch_to_noop_on_free.cc102 return self->next->aligned_realloc_function(self->next, address, size, in AlignedReallocFn()
H A Dshim_alloc_functions.h271 ptr = chain_head->aligned_realloc_function(chain_head, address, size, in ShimAlignedRealloc()
H A Dallocator_shim_unittest.cc239 return self->next->aligned_realloc_function(self->next, address, size, in MockAlignedRealloc()