Searched refs:kProfileBufferSize (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-profiler.cc148 static const int kProfileBufferSize = 1 << 20; variable
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/
H A Dheap-profiler.cc197 static const int kProfileBufferSize = 1 << 20; variable
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 67 milliseconds