Searched refs:alloc_aligned_function (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/cronet/base/allocator/dispatcher/internal/ |
H A D | dispatcher_internal_unittest.cc | 111 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 D | dispatcher_internal.h | 165 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 D | shim_alloc_functions.h | 86 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 D | allocator_dispatch.h | 77 AllocAlignedFn* const alloc_aligned_function; member
|
H A D | allocator_shim_dispatch_to_noop_on_free.cc | 37 return self->next->alloc_aligned_function(self->next, alignment, size, in AllocAlignedFn()
|
H A D | allocator_shim_unittest.cc | 107 return self->next->alloc_aligned_function(self->next, alignment, size, in MockAllocAligned()
|
/aosp_15_r20/external/libchrome/base/allocator/ |
H A D | allocator_shim.h | 90 AllocAlignedFn* const alloc_aligned_function; member
|
H A D | allocator_shim.cc | 210 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/ |
D | allocator_shim.h | 93 AllocAlignedFn* const alloc_aligned_function; member
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/0/external/libchrome/base/allocator/ |
D | allocator_shim.h | 93 AllocAlignedFn* const alloc_aligned_function; member
|
/aosp_15_r20/external/libchrome/base/debug/ |
H A D | thread_heap_usage_tracker.cc | 139 self->next->alloc_aligned_function(self->next, alignment, size, context); in AllocAlignedFn()
|
H A D | thread_heap_usage_tracker_unittest.cc | 85 return dispatch_under_test_->alloc_aligned_function( in MockAllocAligned()
|
/aosp_15_r20/external/libchrome/base/sampling_heap_profiler/ |
H A D | sampling_heap_profiler.cc | 80 self->next->alloc_aligned_function(self->next, alignment, size, context); in AllocAlignedFn()
|