Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/vm/
H A Dvm_kern.h1123 …kern_allocation_update_subtotal(kern_allocation_name_t allocation, uint32_t subtag, int64_t delta);
H A Dvm_resident.c9239 kern_allocation_update_subtotal(kern_allocation_name_t allocation, uint32_t subtag, int64_t delta) in kern_allocation_update_subtotal() argument
9246 assert(VM_KERN_MEMORY_NONE != subtag); in kern_allocation_update_subtotal()
9250 allocation->subtotals[subidx].tag = (vm_tag_t)subtag; in kern_allocation_update_subtotal()
9253 if (subtag == allocation->subtotals[subidx].tag) { in kern_allocation_update_subtotal()
9264 other = vm_allocation_sites[subtag]; in kern_allocation_update_subtotal()