Searched refs:wrap_memalign (Results 1 – 4 of 4) sorted by relevance
/external/perfetto/src/profiling/memory/ |
D | malloc_interceptor_glibc_preload.cc | 75 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()
|
D | malloc_interceptor_bionic_hooks.cc | 141 return perfetto::profiling::wrap_memalign( in heapprofd_aligned_alloc() 146 return perfetto::profiling::wrap_memalign(g_heap_id, GetDispatch()->memalign, in heapprofd_memalign()
|
D | wrap_allocators.h | 31 void* wrap_memalign(uint32_t heap_id,
|
D | wrap_allocators.cc | 51 void* wrap_memalign(uint32_t heap_id, in wrap_memalign() function
|