Searched refs:wrap_malloc (Results 1 – 4 of 4) sorted by relevance
27 void* wrap_malloc(uint32_t heap_id, void* (*fn)(size_t), size_t size);
35 void* wrap_malloc(uint32_t heap_id, void* (*fn)(size_t), size_t size) { in wrap_malloc() function
77 return perfetto::profiling::wrap_malloc(g_heap_id, __libc_malloc, size); in malloc()
130 return perfetto::profiling::wrap_malloc(g_heap_id, GetDispatch()->malloc, in heapprofd_malloc()