Searched refs:vm_info (Results 1 - 3 of 3) sorted by relevance

/external/libchrome/base/
H A Dsys_info_mac.cc67 vm_statistics_data_t vm_info; local
72 reinterpret_cast<host_info_t>(&vm_info),
78 return static_cast<int64_t>(vm_info.free_count - vm_info.speculative_count) *
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachVMMemory.cpp42 task_vm_info_data_t vm_info; local
43 kr = task_info (task, TASK_VM_INFO, (task_info_t) &vm_info, &info_count);
46 DNBLogThreadedIf(LOG_TASK, "MachVMMemory::PageSize task_info returned page size of 0x%x", (int) vm_info.page_size);
47 m_page_size = vm_info.page_size;
240 task_vm_info_data_t vm_info; local
246 kr = task_info(task, TASK_VM_INFO_PURGEABLE, (task_info_t)&vm_info, &info_count);
248 kr = task_info(task, TASK_VM_INFO, (task_info_t)&vm_info, &info_count);
251 dirty_size = vm_info.internal;
473 task_vm_info_data_t vm_info; local
491 kr = task_info(task, TASK_VM_INFO_PURGEABLE, (task_info_t)&vm_info,
[all...]
/external/libchrome/base/process/
H A Dprocess_metrics_mac.cc381 vm_statistics_data_t vm_info; local
385 reinterpret_cast<host_info_t>(&vm_info),
391 (vm_info.free_count - vm_info.speculative_count) * PAGE_SIZE / 1024);

Completed in 90 milliseconds