Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/vm/
H A Dvm_kern_xnu.h1403 vm_tag_t subtag,
H A Dvm_resident.c10216 kern_allocation_update_subtotal(kern_allocation_name_t allocation, vm_tag_t subtag, int64_t delta) in kern_allocation_update_subtotal() argument
10222 assert(VM_KERN_MEMORY_NONE != subtag); in kern_allocation_update_subtotal()
10226 if (subtag == total->tag) { in kern_allocation_update_subtotal()
10235 total->tag = (vm_tag_t)subtag; in kern_allocation_update_subtotal()
10251 other = vm_allocation_sites[subtag]; in kern_allocation_update_subtotal()