Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/mach/
H A Dvm_types.h281 struct vm_allocation_total subtotals[0]; member
/xnu-10063.141.1/osfmk/vm/
H A Dvm_resident.c9095 ((char *)(&(alloc)->subtotals[(alloc->subtotalscount)]))
9522 total = &allocation->subtotals[subidx]; in kern_allocation_update_subtotal()
9529 total = &allocation->subtotals[subidx]; in kern_allocation_update_subtotal()
9741 alloctag = site->subtotals[sub].tag; in process_account()
9746 take = site->subtotals[sub].total; in process_account()
/xnu-10063.141.1/tools/lldbmacros/
H A Dmemory.py3462 cstr = addressof(site.subtotals[site.subtotalscount])
3544 alloctag = unsigned(site.subtotals[sub].tag)
3545 amount = unsigned(site.subtotals[sub].total)