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

/macosx-10.10.1/xnu-2782.1.97/osfmk/mach_debug/
H A Dmach_debug_types.h66 #include <mach_debug/vm_info.h>
H A DMakefile13 hash_info.h ipc_info.h vm_info.h zone_info.h \
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dtask.c3018 task_vm_info_t vm_info; local
3026 vm_info = (task_vm_info_t)task_info_out;
3036 vm_info->virtual_size = (typeof(vm_info->virtual_size))map->size;
3037 vm_info->region_count = map->hdr.nentries;
3038 vm_info->page_size = vm_map_page_size(map);
3040 vm_info->resident_size = pmap_resident_count(map->pmap);
3041 vm_info->resident_size *= PAGE_SIZE;
3042 vm_info->resident_size_peak = pmap_resident_max(map->pmap);
3043 vm_info
[all...]
/macosx-10.10.1/top-100.1.2/
H A Dlibtop.c1594 task_vm_info_data_t vm_info; local
1610 kr = task_info(task, TASK_VM_INFO_PURGEABLE, (task_info_t)&vm_info, &info_count);
1612 kr = task_info(task, TASK_VM_INFO, (task_info_t)&vm_info, &info_count);
1616 pinfo->psamp.purgeable = vm_info.purgeable_volatile_resident;
1617 pinfo->psamp.anonymous = vm_info.internal - vm_info.purgeable_volatile_pmap;
1619 if (purgeable_sum < vm_info.internal) {
1620 pinfo->psamp.anonymous = vm_info.internal - purgeable_sum;
1626 pinfo->psamp.compressed = vm_info.compressed;
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Drs6000-core.c121 /* Union of old and new vm_info structures. */
128 struct vm_info new;
130 struct vm_info old;
/macosx-10.10.1/xnu-2782.1.97/osfmk/vm/
H A Dvm_debug.c68 #include <mach_debug/vm_info.h>

Completed in 113 milliseconds