Searched refs:IsHeapProfilerRunning (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
H A Dheap-profiler.h80 int IsHeapProfilerRunning();
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dheap-profiler_unittest.cc82 // IsHeapProfilerRunning should return true.
83 if (!IsHeapProfilerRunning()) {
89 CHECK(IsHeapProfilerRunning());
95 CHECK(!IsHeapProfilerRunning());
101 // IsHeapProfilerRunning should return true.
102 if (!IsHeapProfilerRunning()) {
108 CHECK(IsHeapProfilerRunning());
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dheap-profiler_unittest.cc82 // IsHeapProfilerRunning should return true.
83 if (!IsHeapProfilerRunning()) {
89 CHECK(IsHeapProfilerRunning());
95 CHECK(!IsHeapProfilerRunning());
101 // IsHeapProfilerRunning should return true.
102 if (!IsHeapProfilerRunning()) {
108 CHECK(IsHeapProfilerRunning());
/external/chromium_org/content/renderer/
H A Dmemory_benchmarking_extension.cc58 &MemoryBenchmarkingExtension::IsHeapProfilerRunning)
63 bool MemoryBenchmarkingExtension::IsHeapProfilerRunning() { function in class:content::MemoryBenchmarkingExtension
65 return ::IsHeapProfilerRunning();
H A Dmemory_benchmarking_extension.h36 bool IsHeapProfilerRunning();
/external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
H A Dheap-profiler.h102 int IsHeapProfilerRunning();
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-profiler.cc469 extern "C" int IsHeapProfilerRunning() { function
/external/chromium_org/content/browser/zygote_host/
H A Dzygote_host_impl_linux.cc471 if (IsHeapProfilerRunning())
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-profiler.cc578 extern "C" int IsHeapProfilerRunning() { function

Completed in 2760 milliseconds