Home
last modified time | relevance | path

Searched refs:wrap_memalign (Results 1 – 4 of 4) sorted by relevance

/external/perfetto/src/profiling/memory/
Dmalloc_interceptor_glibc_preload.cc75 void* alloc = perfetto::profiling::wrap_memalign(g_heap_id, __libc_memalign, in posix_memalign()
85 return perfetto::profiling::wrap_memalign(g_heap_id, __libc_memalign, in aligned_alloc()
90 return perfetto::profiling::wrap_memalign(g_heap_id, __libc_memalign, in memalign()
Dmalloc_interceptor_bionic_hooks.cc141 return perfetto::profiling::wrap_memalign( in heapprofd_aligned_alloc()
146 return perfetto::profiling::wrap_memalign(g_heap_id, GetDispatch()->memalign, in heapprofd_memalign()
Dwrap_allocators.h31 void* wrap_memalign(uint32_t heap_id,
Dwrap_allocators.cc51 void* wrap_memalign(uint32_t heap_id, in wrap_memalign() function