Home
last modified time | relevance | path

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

/xnu-11417.101.15/tools/lldbmacros/
H A Dmemory.py3055 ShowPurgeableGroup(qhead.objq[0], volatile_total)
3057 ShowPurgeableGroup(qhead.objq[1], volatile_total)
3059 ShowPurgeableGroup(qhead.objq[2], volatile_total)
3061 ShowPurgeableGroup(qhead.objq[3], volatile_total)
3063 ShowPurgeableGroup(qhead.objq[4], volatile_total)
3065 ShowPurgeableGroup(qhead.objq[5], volatile_total)
3067 ShowPurgeableGroup(qhead.objq[6], volatile_total)
3069 ShowPurgeableGroup(qhead.objq[7], volatile_total)
3071 def ShowPurgeableGroup(qhead, volatile_total): function