Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.cc735 PartitionBucketMemoryStats bucket_stats[kGenericNumBuckets]; in DumpStats() local
746 bucket_stats[i].is_valid = false; in DumpStats()
748 PartitionDumpBucketStats(&bucket_stats[i], bucket); in DumpStats()
749 if (bucket_stats[i].is_valid) { in DumpStats()
750 stats.total_resident_bytes += bucket_stats[i].resident_bytes; in DumpStats()
751 stats.total_active_bytes += bucket_stats[i].active_bytes; in DumpStats()
752 stats.total_decommittable_bytes += bucket_stats[i].decommittable_bytes; in DumpStats()
753 stats.total_discardable_bytes += bucket_stats[i].discardable_bytes; in DumpStats()
775 if (bucket_stats[i].is_valid) in DumpStats()
776 dumper->PartitionsDumpBucketStats(partition_name, &bucket_stats[i]); in DumpStats()
[all …]