Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.cc807 static constexpr size_t kMaxReportableBuckets = 4096 / sizeof(void*); in DumpStats() local
811 new PartitionBucketMemoryStats[kMaxReportableBuckets]); in DumpStats()
815 DCHECK(partition_num_buckets <= kMaxReportableBuckets); in DumpStats()