Home
last modified time | relevance | path

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

/external/cronet/base/allocator/dispatcher/internal/
Ddispatcher_internal_unittest.cc86 static void* aligned_realloc_function(const AllocatorDispatch*, in aligned_realloc_function() function
108 &aligned_realloc_function,
210 EXPECT_NE(nullptr, allocator_dispatch->aligned_realloc_function); in TEST_F()
524 auto* const allocated_address = allocator_dispatch->aligned_realloc_function( in TEST_F()
Ddispatcher_internal.h259 address = self->next->aligned_realloc_function(self->next, address, size, in AlignedReallocFn()
/external/cronet/base/allocator/partition_allocator/shim/
Dallocator_shim.h131 AlignedReallocFn* const aligned_realloc_function; member
Dallocator_shim.cc367 ptr = chain_head->aligned_realloc_function(chain_head, address, size, in ShimAlignedRealloc()
Dallocator_shim_unittest.cc224 return self->next->aligned_realloc_function(self->next, address, size, in MockAlignedRealloc()
/external/cronet/base/allocator/dispatcher/
Dstandard_hooks.cc166 address = self->next->aligned_realloc_function(self->next, address, size, in AlignedReallocFn()