Searched defs:HeapProfilerDump (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/renderer/
H A Dmemory_benchmarking_extension.cc60 &MemoryBenchmarkingExtension::HeapProfilerDump);
71 void MemoryBenchmarkingExtension::HeapProfilerDump(gin::Arguments* args) { function in class:content::MemoryBenchmarkingExtension
86 ::HeapProfilerDump(reason.c_str());
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-profiler.cc213 // Helper for HeapProfilerDump.
515 extern "C" void HeapProfilerDump(const char *reason) { function
549 ~HeapProfileEndWriter() { HeapProfilerDump("Exiting"); }
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-profiler.cc270 // Helper for HeapProfilerDump.
631 extern "C" void HeapProfilerDump(const char* reason) { function
689 ~HeapProfileEndWriter() { HeapProfilerDump("Exiting"); }

Completed in 1288 milliseconds