Searched refs:active_bytes (Results 1 – 2 of 2) sorted by relevance
1261 stats_out->active_bytes += static_cast<uint32_t>(raw_size); in PartitionDumpPageStats()1263 stats_out->active_bytes += in PartitionDumpPageStats()1301 stats_out->active_bytes = bucket->num_full_pages * bucket_useful_storage; in PartitionDumpBucketStats()1363 stats.total_active_bytes += bucket_stats[i].active_bytes; in PartitionDumpStatsGeneric()1401 stats.active_bytes = size; in PartitionDumpStatsGeneric()1433 stats.total_active_bytes += memory_stats[i].active_bytes; in PartitionDumpStats()
385 uint32_t active_bytes; // Total active bytes used in the bucket. member