Home
last modified time | relevance | path

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

/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/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()