Home
last modified time | relevance | path

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

/xnu-12377.1.9/tools/lldbmacros/
H A Dmemory.py3008 ShowPurgeableGroup(qhead.objq[0], volatile_total)
3010 ShowPurgeableGroup(qhead.objq[1], volatile_total)
3012 ShowPurgeableGroup(qhead.objq[2], volatile_total)
3014 ShowPurgeableGroup(qhead.objq[3], volatile_total)
3016 ShowPurgeableGroup(qhead.objq[4], volatile_total)
3018 ShowPurgeableGroup(qhead.objq[5], volatile_total)
3020 ShowPurgeableGroup(qhead.objq[6], volatile_total)
3022 ShowPurgeableGroup(qhead.objq[7], volatile_total)
3024 def ShowPurgeableGroup(qhead, volatile_total): function