Home
last modified time | relevance | path

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

/xnu-11417.101.15/tools/lldbmacros/
H A Dmemory.py3036 ShowPurgeableQueue(purgeable_queues[0], volatile_total)
3038 ShowPurgeableQueue(purgeable_queues[1], volatile_total)
3040 ShowPurgeableQueue(purgeable_queues[2], volatile_total)
3053 def ShowPurgeableQueue(qhead, volatile_total): function