Home
last modified time | relevance | path

Searched refs:alloc_aligned_function (Results 1 – 10 of 10) sorted by relevance

/external/cronet/base/allocator/dispatcher/internal/
Ddispatcher_internal_unittest.cc52 static void* alloc_aligned_function(const AllocatorDispatch*, in alloc_aligned_function() function
102 &alloc_aligned_function,
208 EXPECT_NE(nullptr, allocator_dispatch->alloc_aligned_function); in TEST_F()
323 auto* const allocated_address = allocator_dispatch->alloc_aligned_function( in TEST_F()
Ddispatcher_internal.h153 void* const address = self->next->alloc_aligned_function( in AllocAlignedFn()
/external/libchrome/base/allocator/
Dallocator_shim.h90 AllocAlignedFn* const alloc_aligned_function; member
Dallocator_shim.cc210 ptr = chain_head->alloc_aligned_function(chain_head, alignment, size, in ShimMemalign()
/external/cronet/base/allocator/partition_allocator/src/partition_alloc/shim/
Dallocator_shim.cc211 ptr = chain_head->alloc_aligned_function(chain_head, alignment, size, in ShimCppAlignedNew()
265 ptr = chain_head->alloc_aligned_function(chain_head, alignment, size, in ShimMemalign()
Dallocator_shim.h122 AllocAlignedFn* const alloc_aligned_function; member
Dallocator_shim_unittest.cc107 return self->next->alloc_aligned_function(self->next, alignment, size, in MockAllocAligned()
/external/libchrome/base/debug/
Dthread_heap_usage_tracker.cc139 self->next->alloc_aligned_function(self->next, alignment, size, context); in AllocAlignedFn()
Dthread_heap_usage_tracker_unittest.cc85 return dispatch_under_test_->alloc_aligned_function( in MockAllocAligned()
/external/libchrome/base/sampling_heap_profiler/
Dsampling_heap_profiler.cc80 self->next->alloc_aligned_function(self->next, alignment, size, context); in AllocAlignedFn()