Home
last modified time | relevance | path

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

/external/cronet/base/allocator/dispatcher/internal/
Ddispatcher_internal_unittest.cc90 static void* aligned_realloc_function(const AllocatorDispatch*, in aligned_realloc_function() function
113 &aligned_realloc_function,
218 EXPECT_NE(nullptr, allocator_dispatch->aligned_realloc_function); in TEST_F()
532 auto* const allocated_address = allocator_dispatch->aligned_realloc_function( in TEST_F()
Ddispatcher_internal.h272 address = self->next->aligned_realloc_function(self->next, address, size, in AlignedReallocFn()
/external/cronet/base/allocator/partition_allocator/src/partition_alloc/shim/
Dallocator_shim.h137 AlignedReallocFn* const aligned_realloc_function; member
Dallocator_shim.cc376 ptr = chain_head->aligned_realloc_function(chain_head, address, size, in ShimAlignedRealloc()
Dallocator_shim_unittest.cc239 return self->next->aligned_realloc_function(self->next, address, size, in MockAlignedRealloc()