HomeSort by relevance Sort by last modified time
    Searched refs:GetHeapProfile (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
heap-profiler.h 98 PERFTOOLS_DLL_DECL char* GetHeapProfile();
  /external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
heap-profiler.h 73 * can use GetHeapProfile() to get profile data, but HeapProfilerDump() will do
80 * GetHeapProfile(). The callback:
113 PERFTOOLS_DLL_DECL char* GetHeapProfile();
  /external/chromium_org/third_party/leveldatabase/src/port/
port_example.h 130 extern bool GetHeapProfile(void (*func)(void*, const char*, int), void* arg);
port_posix.h 150 inline bool GetHeapProfile(void (*func)(void*, const char*, int), void* arg) {
  /external/chromium_org/third_party/leveldatabase/port/
port_chromium.h 113 inline bool GetHeapProfile(void (*func)(void*, const char*, int), void* arg) {
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
heap-profiler_unittest.cc 113 char* output = GetHeapProfile();
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
heap-profiler_unittest.cc 113 char* output = GetHeapProfile();
  /external/chromium_org/base/debug/
trace_event_memory_unittest.cc 48 ::GetHeapProfile));
  /external/chromium_org/content/child/
child_thread.cc 206 ::GetHeapProfile));
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-profiler.cc 202 extern "C" char* GetHeapProfile() {
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profiler.cc 259 extern "C" char* GetHeapProfile() {
  /external/chromium_org/content/browser/
browser_main_loop.cc 496 ::GetHeapProfile));
    [all...]
  /external/chromium_org/webkit/child/
webkitplatformsupport_impl.cc     [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
db_bench.cc 915 bool ok = port::GetHeapProfile(WriteToFile, file);

Completed in 756 milliseconds