Home
last modified time | relevance | path

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

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