Searched refs:alloc_aligned_function (Results 1 – 10 of 10) sorted by relevance
| /external/cronet/base/allocator/dispatcher/internal/ |
| D | dispatcher_internal_unittest.cc | 52 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()
|
| D | dispatcher_internal.h | 153 void* const address = self->next->alloc_aligned_function( in AllocAlignedFn()
|
| /external/libchrome/base/allocator/ |
| D | allocator_shim.h | 90 AllocAlignedFn* const alloc_aligned_function; member
|
| D | allocator_shim.cc | 210 ptr = chain_head->alloc_aligned_function(chain_head, alignment, size, in ShimMemalign()
|
| /external/cronet/base/allocator/partition_allocator/src/partition_alloc/shim/ |
| D | allocator_shim.cc | 211 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()
|
| D | allocator_shim.h | 122 AllocAlignedFn* const alloc_aligned_function; member
|
| D | allocator_shim_unittest.cc | 107 return self->next->alloc_aligned_function(self->next, alignment, size, in MockAllocAligned()
|
| /external/libchrome/base/debug/ |
| D | thread_heap_usage_tracker.cc | 139 self->next->alloc_aligned_function(self->next, alignment, size, context); in AllocAlignedFn()
|
| D | thread_heap_usage_tracker_unittest.cc | 85 return dispatch_under_test_->alloc_aligned_function( in MockAllocAligned()
|
| /external/libchrome/base/sampling_heap_profiler/ |
| D | sampling_heap_profiler.cc | 80 self->next->alloc_aligned_function(self->next, alignment, size, context); in AllocAlignedFn()
|