Home
last modified time | relevance | path

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

/xnu-11215.61.5/osfmk/mach/
H A Dvm_types.h282 struct vm_allocation_total subtotals[0]; member
/xnu-11215.61.5/osfmk/vm/
H A Dvm_resident.c9309 ((char *)(&(alloc)->subtotals[(alloc->subtotalscount)]))
9746 total = &allocation->subtotals[subidx]; in kern_allocation_update_subtotal()
9753 total = &allocation->subtotals[subidx]; in kern_allocation_update_subtotal()
9959 alloctag = site->subtotals[sub].tag; in process_account()
9964 take = site->subtotals[sub].total; in process_account()
/xnu-11215.61.5/tools/lldbmacros/
H A Dmemory.py3581 cstr = addressof(site.subtotals[site.subtotalscount])
3663 alloctag = unsigned(site.subtotals[sub].tag)
3664 amount = unsigned(site.subtotals[sub].total)