Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/vm/
H A Dvm_kern.h1142 …kern_allocation_update_subtotal(kern_allocation_name_t allocation, uint32_t subtag, int64_t delta);
H A Dvm_resident.c9340 kern_allocation_update_subtotal(kern_allocation_name_t allocation, uint32_t subtag, int64_t delta) in kern_allocation_update_subtotal() argument
9347 assert(VM_KERN_MEMORY_NONE != subtag); in kern_allocation_update_subtotal()
9351 allocation->subtotals[subidx].tag = (vm_tag_t)subtag; in kern_allocation_update_subtotal()
9354 if (subtag == allocation->subtotals[subidx].tag) { in kern_allocation_update_subtotal()
9365 other = vm_allocation_sites[subtag]; in kern_allocation_update_subtotal()