Home
last modified time | relevance | path

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

/xnu-12377.81.4/tools/lldbmacros/
H A Dmemory.py2993 ShowPurgeableQueue(purgeable_queues[0], volatile_total)
2995 ShowPurgeableQueue(purgeable_queues[1], volatile_total)
2997 ShowPurgeableQueue(purgeable_queues[2], volatile_total)
3010 def ShowPurgeableQueue(qhead, volatile_total): function