Home
last modified time | relevance | path

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

/external/libchrome/base/sampling_heap_profiler/
Dsampling_heap_profiler.cc56 Atomic32 g_hooks_installed; variable
219 base::subtle::Acquire_CompareAndSwap(&g_hooks_installed, 0, 1); in InstallAllocatorHooks()
233 base::subtle::Release_CompareAndSwap(&g_hooks_installed, 0, 1); in SetHooksInstallCallback()