Home
last modified time | relevance | path

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

/external/libchrome/base/allocator/
Dallocator_shim.h62 AllocAlignedFn* const alloc_aligned_function; member
Dallocator_shim.cc194 ptr = chain_head->alloc_aligned_function(chain_head, alignment, size); in ShimMemalign()
/external/libchrome/base/trace_event/
Dmalloc_dump_provider.cc54 void* ptr = next->alloc_aligned_function(next, alignment, size); in HookllocAligned()