Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/memory/
Dwrap_allocators.h42 void* wrap_realloc(uint32_t heap_id,
Dwrap_allocators.cc98 void* wrap_realloc(uint32_t heap_id, in wrap_realloc() function
Dmalloc_interceptor_glibc_preload.cc105 return perfetto::profiling::wrap_realloc(g_heap_id, __libc_realloc, ptr, in realloc()
Dmalloc_interceptor_bionic_hooks.cc169 return perfetto::profiling::wrap_realloc(g_heap_id, GetDispatch()->realloc, in heapprofd_realloc()