Searched refs:vm_info (Results 1 – 2 of 2) sorted by relevance
67 vm_statistics_data_t vm_info; in AmountOfAvailablePhysicalMemory() local72 reinterpret_cast<host_info_t>(&vm_info), in AmountOfAvailablePhysicalMemory()78 return static_cast<int64_t>(vm_info.free_count - vm_info.speculative_count) * in AmountOfAvailablePhysicalMemory()
381 vm_statistics_data_t vm_info; in GetSystemMemoryInfo() local385 reinterpret_cast<host_info_t>(&vm_info), in GetSystemMemoryInfo()391 (vm_info.free_count - vm_info.speculative_count) * PAGE_SIZE / 1024); in GetSystemMemoryInfo()