Home
last modified time | relevance | path

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

/xnu-11215/osfmk/vm/
H A Dvm_resident.c243 vm_allocation_site_t * vm_allocation_sites[VM_MAX_TAG_VALUE]; variable
1078 vm_allocation_sites[t] = &vm_allocation_sites_static[t]; in vm_page_bootstrap()
9423 prev = vm_allocation_sites[idx]; in vm_tag_alloc_locked()
9446 if (idx >= ARRAY_COUNT(vm_allocation_sites)) { in vm_tag_alloc_locked()
9457 vm_allocation_sites[tag] = site; in vm_tag_alloc_locked()
9619 allocation = vm_allocation_sites[tag]; in vm_tag_get_size()
9781 other = vm_allocation_sites[subtag]; in kern_allocation_update_subtotal()
9881 site = vm_allocation_sites[idx]; in process_account()
9930 site = vm_allocation_sites[idx]; in process_account()
10002 site = vm_allocation_sites[idx]; in vm_page_diagnose_estimate()
[all …]
/xnu-11215/tools/lldbmacros/
H A Dmemory.py3473 xsite = Cast(kern.globals.vm_allocation_sites[tag],'OSKextAccount *')
3578 site = kern.globals.vm_allocation_sites[tag]
3633 site = kern.globals.vm_allocation_sites[tag]
3661 site = kern.globals.vm_allocation_sites[tag]
3665 subsite = kern.globals.vm_allocation_sites[alloctag]