Searched refs:aligned_malloc_function (Results 1 – 6 of 6) sorted by relevance
| /external/cronet/base/allocator/dispatcher/internal/ |
| D | dispatcher_internal_unittest.cc | 80 static void* aligned_malloc_function(const AllocatorDispatch*, in aligned_malloc_function() function 107 &aligned_malloc_function, 209 EXPECT_NE(nullptr, allocator_dispatch->aligned_malloc_function); in TEST_F() 499 auto* const allocated_address = allocator_dispatch->aligned_malloc_function( in TEST_F()
|
| D | dispatcher_internal.h | 244 void* const address = self->next->aligned_malloc_function( in AlignedMallocFn()
|
| /external/cronet/base/allocator/partition_allocator/shim/ |
| D | allocator_shim.h | 130 AlignedMallocFn* const aligned_malloc_function; member
|
| D | allocator_shim.cc | 351 ptr = chain_head->aligned_malloc_function(chain_head, size, alignment, in ShimAlignedMalloc()
|
| D | allocator_shim_unittest.cc | 210 return self->next->aligned_malloc_function(self->next, size, alignment, in MockAlignedMalloc()
|
| /external/cronet/base/allocator/dispatcher/ |
| D | standard_hooks.cc | 151 self->next->aligned_malloc_function(self->next, size, alignment, context); in AlignedMallocFn()
|