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

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dtcmalloc.cc188 const int64 kDefaultLargeAllocReportThreshold = static_cast<int64>(1) << 62; variable
190 const int64 kDefaultLargeAllocReportThreshold = static_cast<int64>(1) << 30; variable
194 kDefaultLargeAllocReportThreshold),
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dtcmalloc.cc190 const int64 kDefaultLargeAllocReportThreshold = static_cast<int64>(1) << 62; variable
192 const int64 kDefaultLargeAllocReportThreshold = static_cast<int64>(1) << 30; variable
196 kDefaultLargeAllocReportThreshold),

Completed in 100 milliseconds