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.cc1416 static const size_t kMaxReportableBuckets = 4096 / sizeof(void*); in PartitionDumpStats() local
1417 PartitionBucketMemoryStats memory_stats[kMaxReportableBuckets]; in PartitionDumpStats()
1419 DCHECK(partitionNumBuckets <= kMaxReportableBuckets); in PartitionDumpStats()