Searched refs:total_active_bytes (Results 1 – 2 of 2) sorted by relevance
751 stats.total_active_bytes += bucket_stats[i].active_bytes; in DumpStats()795 stats.total_active_bytes += direct_mapped_allocations_total_size; in DumpStats()822 stats.total_active_bytes += bucket_stats.active_bytes; in DumpStats()
183 size_t total_active_bytes; // Total active bytes in the partition. member