Searched refs:kMaxReportableBuckets (Results 1 – 1 of 1) sorted by relevance
1416 static const size_t kMaxReportableBuckets = 4096 / sizeof(void*); in PartitionDumpStats() local1417 PartitionBucketMemoryStats memory_stats[kMaxReportableBuckets]; in PartitionDumpStats()1419 DCHECK(partitionNumBuckets <= kMaxReportableBuckets); in PartitionDumpStats()