Searched refs:total_used_count (Results 1 – 1 of 1) sorted by relevance
433 … uint64_t total_used_count = vm_stats.wire_count + vm_stats.inactive_count + vm_stats.active_count; in GetProfileData() local434 profile_data_stream << "used:" << total_used_count * pagesize << ';'; in GetProfileData()