Home
last modified time | relevance | path

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

/external/libchrome/base/sampling_heap_profiler/
Dsampling_heap_profiler.cc228 void (*hooks_install_callback)()) { in SetHooksInstallCallback() argument
229 CHECK(!g_hooks_install_callback && hooks_install_callback); in SetHooksInstallCallback()
230 g_hooks_install_callback = hooks_install_callback; in SetHooksInstallCallback()
Dsampling_heap_profiler.h68 static void SetHooksInstallCallback(void (*hooks_install_callback)());