Home
last modified time | relevance | path

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

/xnu-8019.80.24/tools/lldbmacros/
H A Dmemory.py3428 ShowPurgeableGroup(qhead.objq[0], volatile_total)
3430 ShowPurgeableGroup(qhead.objq[1], volatile_total)
3432 ShowPurgeableGroup(qhead.objq[2], volatile_total)
3434 ShowPurgeableGroup(qhead.objq[3], volatile_total)
3436 ShowPurgeableGroup(qhead.objq[4], volatile_total)
3438 ShowPurgeableGroup(qhead.objq[5], volatile_total)
3440 ShowPurgeableGroup(qhead.objq[6], volatile_total)
3442 ShowPurgeableGroup(qhead.objq[7], volatile_total)
3444 def ShowPurgeableGroup(qhead, volatile_total): function