Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_hook/src/
Dhook_client.cpp67 std::atomic<const MallocDispatchType*> g_dispatch {nullptr}; variable
129 return g_dispatch.load(std::memory_order_relaxed); in GetDispatch()
1297 g_dispatch.store(malloc_dispatch); in ohos_malloc_hook_initialize()