Searched refs:aligned_malloc_function (Results 1 – 5 of 5) sorted by relevance
84 static void* aligned_malloc_function(const AllocatorDispatch*, in aligned_malloc_function() function112 &aligned_malloc_function,217 EXPECT_NE(nullptr, allocator_dispatch->aligned_malloc_function); in TEST_F()507 auto* const allocated_address = allocator_dispatch->aligned_malloc_function( in TEST_F()
255 void* const address = self->next->aligned_malloc_function( in AlignedMallocFn()
136 AlignedMallocFn* const aligned_malloc_function; member
360 ptr = chain_head->aligned_malloc_function(chain_head, size, alignment, in ShimAlignedMalloc()
224 return self->next->aligned_malloc_function(self->next, size, alignment, in MockAlignedMalloc()