Searched refs:aligned_realloc_function (Results 1 – 6 of 6) sorted by relevance
| /external/cronet/base/allocator/dispatcher/internal/ |
| D | dispatcher_internal_unittest.cc | 86 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()
|
| D | dispatcher_internal.h | 259 address = self->next->aligned_realloc_function(self->next, address, size, in AlignedReallocFn()
|
| /external/cronet/base/allocator/partition_allocator/shim/ |
| D | allocator_shim.h | 131 AlignedReallocFn* const aligned_realloc_function; member
|
| D | allocator_shim.cc | 367 ptr = chain_head->aligned_realloc_function(chain_head, address, size, in ShimAlignedRealloc()
|
| D | allocator_shim_unittest.cc | 224 return self->next->aligned_realloc_function(self->next, address, size, in MockAlignedRealloc()
|
| /external/cronet/base/allocator/dispatcher/ |
| D | standard_hooks.cc | 166 address = self->next->aligned_realloc_function(self->next, address, size, in AlignedReallocFn()
|