Home
last modified time | relevance | path

Searched refs:vm_info (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/
Dsys_info_mac.cc67 vm_statistics_data_t vm_info; in AmountOfAvailablePhysicalMemory() local
72 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()
/external/libchrome/base/process/
Dprocess_metrics_mac.cc381 vm_statistics_data_t vm_info; in GetSystemMemoryInfo() local
385 reinterpret_cast<host_info_t>(&vm_info), in GetSystemMemoryInfo()
391 (vm_info.free_count - vm_info.speculative_count) * PAGE_SIZE / 1024); in GetSystemMemoryInfo()