Searched refs:total_resident_bytes (Results 1 – 2 of 2) sorted by relevance
750 stats.total_resident_bytes += bucket_stats[i].resident_bytes; in DumpStats()794 stats.total_resident_bytes += direct_mapped_allocations_total_size; in DumpStats()821 stats.total_resident_bytes += bucket_stats.resident_bytes; in DumpStats()
182 size_t total_resident_bytes; // Total bytes provisioned by the partition. member