Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/mach/
H A Dvm_types.h297 struct vm_allocation_total subtotals[0]; member
/xnu-11417.140.69/osfmk/vm/
H A Dvm_resident.c10056 ((char *)(&(alloc)->subtotals[(alloc->subtotalscount)]))
10501 total = &allocation->subtotals[subidx]; in kern_allocation_update_subtotal()
10508 total = &allocation->subtotals[subidx]; in kern_allocation_update_subtotal()
10714 alloctag = site->subtotals[sub].tag; in process_account()
10719 take = site->subtotals[sub].total; in process_account()
/xnu-11417.140.69/tools/lldbmacros/
H A Dmemory.py3693 cstr = addressof(site.subtotals[site.subtotalscount])
3775 alloctag = unsigned(site.subtotals[sub].tag)
3776 amount = unsigned(site.subtotals[sub].total)