Searched refs:active_bytes (Results 1 – 2 of 2) sorted by relevance
648 stats_out->active_bytes += static_cast<uint32_t>(raw_size); in PartitionDumpPageStats()650 stats_out->active_bytes += in PartitionDumpPageStats()690 stats_out->active_bytes = bucket->num_full_pages * bucket_useful_storage; in PartitionDumpBucketStats()751 stats.total_active_bytes += bucket_stats[i].active_bytes; in DumpStats()788 mapped_stats.active_bytes = size; in DumpStats()822 stats.total_active_bytes += bucket_stats.active_bytes; in DumpStats()
197 uint32_t active_bytes; // Total active bytes used in the bucket. member