Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/memory/
Dwrap_allocators.h27 void* wrap_calloc(uint32_t heap_id,
Dmalloc_interceptor_glibc_preload.cc62 return perfetto::profiling::wrap_calloc(g_heap_id, __libc_calloc, nmemb, in calloc()
Dwrap_allocators.cc41 void* wrap_calloc(uint32_t heap_id, in wrap_calloc() function
Dmalloc_interceptor_bionic_hooks.cc135 return perfetto::profiling::wrap_calloc(g_heap_id, GetDispatch()->calloc, in heapprofd_calloc()