Home
last modified time | relevance | path

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

/external/cronet/base/allocator/dispatcher/internal/
Ddispatcher_internal_unittest.cc80 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()
Ddispatcher_internal.h244 void* const address = self->next->aligned_malloc_function( in AlignedMallocFn()
/external/cronet/base/allocator/partition_allocator/shim/
Dallocator_shim.h130 AlignedMallocFn* const aligned_malloc_function; member
Dallocator_shim.cc351 ptr = chain_head->aligned_malloc_function(chain_head, size, alignment, in ShimAlignedMalloc()
Dallocator_shim_unittest.cc210 return self->next->aligned_malloc_function(self->next, size, alignment, in MockAlignedMalloc()
/external/cronet/base/allocator/dispatcher/
Dstandard_hooks.cc151 self->next->aligned_malloc_function(self->next, size, alignment, context); in AlignedMallocFn()