Home
last modified time | relevance | path

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

/xnu-8796.141.3/osfmk/vm/
H A Dvm_kern.h1184 …kern_allocation_update_subtotal(kern_allocation_name_t allocation, uint32_t subtag, int64_t delta);
H A Dvm_resident.c9303 kern_allocation_update_subtotal(kern_allocation_name_t allocation, uint32_t subtag, int64_t delta) in kern_allocation_update_subtotal() argument
9310 assert(VM_KERN_MEMORY_NONE != subtag); in kern_allocation_update_subtotal()
9314 allocation->subtotals[subidx].tag = (vm_tag_t)subtag; in kern_allocation_update_subtotal()
9317 if (subtag == allocation->subtotals[subidx].tag) { in kern_allocation_update_subtotal()
9328 other = vm_allocation_sites[subtag]; in kern_allocation_update_subtotal()