Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dpersistent_histogram_allocator.cc329 size_t ranges_bytes = (bucket_count + 1) * sizeof(HistogramBase::Sample); in AllocateHistogram() local
333 memory_allocator_->Allocate(ranges_bytes, kTypeIdRangesArray); in AllocateHistogram()