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

  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-profiler.cc 148 static const int kProfileBufferSize = 1 << 20;
204 char* buffer = reinterpret_cast<char*>(malloc(kProfileBufferSize));
206 return DoGetHeapProfileLocked(buffer, kProfileBufferSize);
244 reinterpret_cast<char*>(ProfilerMalloc(kProfileBufferSize));
248 kProfileBufferSize);
442 reinterpret_cast<char*>(ProfilerMalloc(kProfileBufferSize));
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profiler.cc 197 static const int kProfileBufferSize = 1 << 20;
261 char* buffer = reinterpret_cast<char*>(malloc(kProfileBufferSize));
263 return DoGetHeapProfileLocked(buffer, kProfileBufferSize);
301 reinterpret_cast<char*>(ProfilerMalloc(kProfileBufferSize));
306 kProfileBufferSize, fd);
309 kProfileBufferSize);
522 reinterpret_cast<char*>(ProfilerMalloc(kProfileBufferSize));

Completed in 1258 milliseconds