Home
last modified time | relevance | path

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

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