Home
last modified time | relevance | path

Searched refs:aligned_malloc_function (Results 1 – 5 of 5) sorted by relevance

/external/cronet/base/allocator/dispatcher/internal/
Ddispatcher_internal_unittest.cc84 static void* aligned_malloc_function(const AllocatorDispatch*, in aligned_malloc_function() function
112 &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()
Ddispatcher_internal.h255 void* const address = self->next->aligned_malloc_function( in AlignedMallocFn()
/external/cronet/base/allocator/partition_allocator/src/partition_alloc/shim/
Dallocator_shim.h136 AlignedMallocFn* const aligned_malloc_function; member
Dallocator_shim.cc360 ptr = chain_head->aligned_malloc_function(chain_head, size, alignment, in ShimAlignedMalloc()
Dallocator_shim_unittest.cc224 return self->next->aligned_malloc_function(self->next, size, alignment, in MockAlignedMalloc()