HomeSort by relevance Sort by last modified time
    Searched refs:hook_installed (Results 1 - 2 of 2) sorted by null

  /bionic/libc/bionic/
malloc_common_dynamic.cpp 381 bool hook_installed = false; local
383 hook_installed = InstallHooks(globals, options, kDebugPrefix, kDebugSharedLib);
385 hook_installed = InstallHooks(globals, options, kHooksPrefix, kHooksSharedLib);
388 if (!hook_installed) {
  /external/libchrome/base/sampling_heap_profiler/
sampling_heap_profiler.cc 199 static bool hook_installed = InstallAllocatorHooks(); local
200 ignore_result(hook_installed);

Completed in 175 milliseconds