Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/mach/ !
H A Dvm_types.h303 struct vm_allocation_total subtotals[0]; member
/xnu-12377.81.4/osfmk/vm/ !
H A Dvm_resident.c10954 ((char *)(&(alloc)->subtotals[(alloc->subtotalscount)]))
11460 total = &allocation->subtotals[subidx]; in kern_allocation_update_subtotal()
11467 total = &allocation->subtotals[subidx]; in kern_allocation_update_subtotal()
11675 alloctag = site->subtotals[sub].tag; in process_account()
11680 take = site->subtotals[sub].total; in process_account()
/xnu-12377.81.4/tools/lldbmacros/ !
H A Dmemory.py3650 cstr = addressof(site.subtotals[site.subtotalscount])
3732 alloctag = unsigned(site.subtotals[sub].tag)
3733 amount = unsigned(site.subtotals[sub].total)