Home
last modified time | relevance | path

Searched refs:subtotals (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.1.13/osfmk/mach/
H A Dvm_types.h281 struct vm_allocation_total subtotals[0]; member
/xnu-10002.1.13/osfmk/vm/
H A Dvm_resident.c9029 ((char *)(&(alloc)->subtotals[(alloc->subtotalscount)]))
9457 if (VM_KERN_MEMORY_NONE == allocation->subtotals[subidx].tag) { in kern_allocation_update_subtotal()
9458 allocation->subtotals[subidx].tag = (vm_tag_t)subtag; in kern_allocation_update_subtotal()
9461 if (subtag == allocation->subtotals[subidx].tag) { in kern_allocation_update_subtotal()
9471 total = &allocation->subtotals[subidx]; in kern_allocation_update_subtotal()
9668 alloctag = site->subtotals[sub].tag; in process_account()
9673 take = site->subtotals[sub].total; in process_account()
/xnu-10002.1.13/tools/lldbmacros/
H A Dmemory.py3473 cstr = addressof(site.subtotals[site.subtotalscount])
3555 alloctag = unsigned(site.subtotals[sub].tag)
3556 amount = unsigned(site.subtotals[sub].total)