Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/memory/
Dmalloc_interceptor_bionic_hooks.cc34 bool heapprofd_initialize(const MallocDispatch* malloc_dispatch,
115 bool heapprofd_initialize(const MallocDispatch* malloc_dispatch, in heapprofd_initialize() argument
119 g_dispatch.store(malloc_dispatch); in heapprofd_initialize()
120 return AHeapProfile_initSession(malloc_dispatch->malloc, in heapprofd_initialize()
121 malloc_dispatch->free); in heapprofd_initialize()