Home
last modified time | relevance | path

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

/xnu-10002.41.9/tools/lldbmacros/
H A Dmemory.py2954 ShowPurgeableGroup(qhead.objq[0], volatile_total)
2956 ShowPurgeableGroup(qhead.objq[1], volatile_total)
2958 ShowPurgeableGroup(qhead.objq[2], volatile_total)
2960 ShowPurgeableGroup(qhead.objq[3], volatile_total)
2962 ShowPurgeableGroup(qhead.objq[4], volatile_total)
2964 ShowPurgeableGroup(qhead.objq[5], volatile_total)
2966 ShowPurgeableGroup(qhead.objq[6], volatile_total)
2968 ShowPurgeableGroup(qhead.objq[7], volatile_total)
2970 def ShowPurgeableGroup(qhead, volatile_total): function