HomeSort by relevance Sort by last modified time
    Searched defs:IsHeapProfilerRunning (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/renderer/
memory_benchmarking_extension.cc 57 .SetMethod("isHeapProfilerRunning",
58 &MemoryBenchmarkingExtension::IsHeapProfilerRunning)
63 bool MemoryBenchmarkingExtension::IsHeapProfilerRunning() {
65 return ::IsHeapProfilerRunning();
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-profiler.cc 469 extern "C" int IsHeapProfilerRunning() {
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profiler.cc 578 extern "C" int IsHeapProfilerRunning() {

Completed in 56 milliseconds