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

/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...]

Completed in 86 milliseconds