Searched refs:vm_info (Results 1 – 2 of 2) sorted by relevance
94 vm_statistics_data_t vm_info;99 reinterpret_cast<host_info_t>(&vm_info),105 return static_cast<int64_t>(vm_info.free_count - vm_info.speculative_count) *
384 vm_statistics_data_t vm_info; in GetSystemMemoryInfo() local388 reinterpret_cast<host_info_t>(&vm_info), in GetSystemMemoryInfo()394 (vm_info.free_count - vm_info.speculative_count) * PAGE_SIZE / 1024); in GetSystemMemoryInfo()