Searched refs:aligned_realloc_function (Results 1 – 5 of 5) sorted by relevance
| /external/cronet/base/allocator/dispatcher/internal/ |
| D | dispatcher_internal_unittest.cc | 90 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()
|
| D | dispatcher_internal.h | 272 address = self->next->aligned_realloc_function(self->next, address, size, in AlignedReallocFn()
|
| /external/cronet/base/allocator/partition_allocator/src/partition_alloc/shim/ |
| D | allocator_shim.h | 137 AlignedReallocFn* const aligned_realloc_function; member
|
| D | allocator_shim.cc | 376 ptr = chain_head->aligned_realloc_function(chain_head, address, size, in ShimAlignedRealloc()
|
| D | allocator_shim_unittest.cc | 239 return self->next->aligned_realloc_function(self->next, address, size, in MockAlignedRealloc()
|