Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/memory/
Dmalloc_interceptor_bionic_hooks.cc83 std::atomic<const MallocDispatch*> g_dispatch{nullptr}; variable
86 return g_dispatch.load(std::memory_order_relaxed); in GetDispatch()
119 g_dispatch.store(malloc_dispatch); in heapprofd_initialize()