Home
last modified time | relevance | path

Searched refs:kBytesPerBucket (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/base/metrics/
H A Dpersistent_histogram_allocator.cc87 const size_t kBytesPerBucket = 2 * sizeof(HistogramBase::AtomicCount); in CalculateRequiredCountsBytes() local
92 if (bucket_count > std::numeric_limits<size_t>::max() / kBytesPerBucket) in CalculateRequiredCountsBytes()
95 return bucket_count * kBytesPerBucket; in CalculateRequiredCountsBytes()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/metrics/
H A Dpersistent_histogram_allocator.cc87 const size_t kBytesPerBucket = 2 * sizeof(HistogramBase::AtomicCount); in CalculateRequiredCountsBytes() local
92 if (bucket_count > std::numeric_limits<size_t>::max() / kBytesPerBucket) in CalculateRequiredCountsBytes()
95 return bucket_count * kBytesPerBucket; in CalculateRequiredCountsBytes()