Home
last modified time | relevance | path

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

/xnu-12377.61.12/doc/allocators/
H A Dguard-objects.md26 * a dynamic count of quarantined slots within $[0, \mathcal{Q})$;
28 of guards $\mathcal{G}$ and the number of currently quarantined slots.
43 available slots — only quarantined slots and guards are left — it's placed on
111 slot count dips below $\mathcal{G} + \mathcal{Q}$, freed slots are quarantined
/xnu-12377.61.12/tools/lldbmacros/
H A Dkasan.py781 qitems = self.quarantined()
799 def quarantined(): member in ClassicKasan