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

/external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
H A Dheap-profiler.h46 * routines "HeapProfilerStart(filename)" and "HeapProfilerStop()".
72 PERFTOOLS_DLL_DECL void HeapProfilerStart(const char* prefix);
76 * between calls to HeapProfilerStart() and HeapProfilerStop(), and
82 /* Stop heap profiling. Can be restarted again with HeapProfilerStart(),
/external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
H A Dheap-profiler.h46 * routines "HeapProfilerStart(filename)" and "HeapProfilerStop()".
66 #pragma comment(linker, "/INCLUDE:HeapProfilerStart")
83 PERFTOOLS_DLL_DECL void HeapProfilerStart(const char* prefix);
98 * between calls to HeapProfilerStart() and HeapProfilerStop(), and
104 /* Stop heap profiling. Can be restarted again with HeapProfilerStart(),
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dsimple_compat_test.cc55 void (*heap_profiler_h)(const char*) = &HeapProfilerStart;
H A Dheap-profiler_unittest.cc88 HeapProfilerStart((string(tmpdir) + "/start_stop").c_str());
107 HeapProfilerStart((string(tmpdir) + "/dump").c_str());
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dsimple_compat_test.cc55 void (*heap_profiler_h)(const char*) = &HeapProfilerStart;
H A Dheap-profiler_unittest.cc88 HeapProfilerStart((string(tmpdir) + "/start_stop").c_str());
107 HeapProfilerStart((string(tmpdir) + "/dump").c_str());
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-profiler.cc203 // HeapProfilerStart. Access to this must be protected by heap_lock.
484 extern "C" void HeapProfilerStart(const char* prefix) { function
541 // HeapProfilerStart/HeapProfileStop, we will get a continuous
567 HeapProfilerStart(NULL);
684 HeapProfilerStart(fname);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-profiler.cc154 // HeapProfilerStart. Access to this must be protected by heap_lock.
405 extern "C" void HeapProfilerStart(const char* prefix) { function
452 // HeapProfilerStart/HeapProfileStop, we will get a continuous
544 HeapProfilerStart(fname);
/external/chromium_org/content/child/
H A Dblink_platform_impl.cc1114 HeapProfilerStart(prefix.utf8().data());

Completed in 1870 milliseconds