Searched defs:HeapProfilerStart (Results 1 - 2 of 2) sorted by relevance

/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/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);

Completed in 37 milliseconds