Home
last modified time | relevance | path

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

/xnu-10063.141.1/tools/lldbmacros/
H A Dmemory.py2943 ShowPurgeableGroup(qhead.objq[0], volatile_total)
2945 ShowPurgeableGroup(qhead.objq[1], volatile_total)
2947 ShowPurgeableGroup(qhead.objq[2], volatile_total)
2949 ShowPurgeableGroup(qhead.objq[3], volatile_total)
2951 ShowPurgeableGroup(qhead.objq[4], volatile_total)
2953 ShowPurgeableGroup(qhead.objq[5], volatile_total)
2955 ShowPurgeableGroup(qhead.objq[6], volatile_total)
2957 ShowPurgeableGroup(qhead.objq[7], volatile_total)
2959 def ShowPurgeableGroup(qhead, volatile_total): function