Home
last modified time | relevance | path

Searched refs:wrap_reallocarray (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/src/profiling/memory/
Dwrap_allocators.h49 void* wrap_reallocarray(uint32_t heap_id,
Dwrap_allocators.cc124 void* wrap_reallocarray(uint32_t heap_id, in wrap_reallocarray() function
Dmalloc_interceptor_glibc_preload.cc177 return perfetto::profiling::wrap_reallocarray(g_heap_id, __libc_reallocarray, in reallocarray()