Home
last modified time | relevance | path

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

/external/libchrome/base/
Dsys_info_mac.mm94 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) *
/external/libchrome/base/process/
Dprocess_metrics_mac.cc384 vm_statistics_data_t vm_info; in GetSystemMemoryInfo() local
388 reinterpret_cast<host_info_t>(&vm_info), in GetSystemMemoryInfo()
394 (vm_info.free_count - vm_info.speculative_count) * PAGE_SIZE / 1024); in GetSystemMemoryInfo()