Searched refs:wrap_pvalloc (Results 1 – 4 of 4) sorted by relevance
46 void* wrap_pvalloc(uint32_t heap_id, void* (*fn)(size_t), size_t size);
110 void* wrap_pvalloc(uint32_t heap_id, void* (*fn)(size_t), size_t size) { in wrap_pvalloc() function
159 return perfetto::profiling::wrap_pvalloc(g_heap_id, __libc_pvalloc, size); in pvalloc()
233 return perfetto::profiling::wrap_pvalloc(g_heap_id, GetDispatch()->pvalloc, in heapprofd_pvalloc()