Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/allocator/dispatcher/internal/
H A Ddispatcher_internal_unittest.cc111 static void* alloc_aligned_function(const AllocatorDispatch*, in alloc_aligned_function() function
161 &alloc_aligned_function,
269 EXPECT_NE(nullptr, allocator_dispatch->alloc_aligned_function); in TEST_F()
387 auto* const allocated_address = allocator_dispatch->alloc_aligned_function( in TEST_F()
H A Ddispatcher_internal.h165 void* const address = self->next->alloc_aligned_function( in AllocAlignedFn()
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/shim/
H A Dshim_alloc_functions.h86 ptr = chain_head->alloc_aligned_function(chain_head, alignment, size, in ShimCppAlignedNew()
148 ptr = chain_head->alloc_aligned_function(chain_head, alignment, size, in ShimMemalign()
H A Dallocator_dispatch.h77 AllocAlignedFn* const alloc_aligned_function; member
H A Dallocator_shim_dispatch_to_noop_on_free.cc37 return self->next->alloc_aligned_function(self->next, alignment, size, in AllocAlignedFn()
H A Dallocator_shim_unittest.cc107 return self->next->alloc_aligned_function(self->next, alignment, size, in MockAllocAligned()
/aosp_15_r20/external/libchrome/base/allocator/
H A Dallocator_shim.h90 AllocAlignedFn* const alloc_aligned_function; member
H A Dallocator_shim.cc210 ptr = chain_head->alloc_aligned_function(chain_head, alignment, size, in ShimMemalign()
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/allocator/
Dallocator_shim.h93 AllocAlignedFn* const alloc_aligned_function; member
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/0/external/libchrome/base/allocator/
Dallocator_shim.h93 AllocAlignedFn* const alloc_aligned_function; member
/aosp_15_r20/external/libchrome/base/debug/
H A Dthread_heap_usage_tracker.cc139 self->next->alloc_aligned_function(self->next, alignment, size, context); in AllocAlignedFn()
H A Dthread_heap_usage_tracker_unittest.cc85 return dispatch_under_test_->alloc_aligned_function( in MockAllocAligned()
/aosp_15_r20/external/libchrome/base/sampling_heap_profiler/
H A Dsampling_heap_profiler.cc80 self->next->alloc_aligned_function(self->next, alignment, size, context); in AllocAlignedFn()