Home
last modified time | relevance | path

Searched refs:phys_footprint_entry (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.140.69/tools/lldbmacros/
H A Dmemorystatus.py26 def CalculateLedgerPeak(phys_footprint_entry): argument
32 return max(phys_footprint_entry['balance'], phys_footprint_entry.get('interval_max', 0))
H A Dmemory.py1539phys_footprint_entry = GetLedgerEntryWithTemplate(ledger_template, task_ledgerp, entry_indices['p…
1540 vmstats.footprint = phys_footprint_entry['balance'] // page_size
1541 vmstats.footprint_peak = phys_footprint_entry['lifetime_max'] // page_size