Home
last modified time | relevance | path

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

/external/libchrome/base/sampling_heap_profiler/
Dsampling_heap_profiler.cc55 void (*g_hooks_install_callback)(); variable
221 g_hooks_install_callback(); in InstallAllocatorHooks()
229 CHECK(!g_hooks_install_callback && hooks_install_callback); in SetHooksInstallCallback()
230 g_hooks_install_callback = hooks_install_callback; in SetHooksInstallCallback()
235 g_hooks_install_callback(); in SetHooksInstallCallback()