Home
last modified time | relevance | path

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

/xnu-12377.61.12/doc/allocators/
H A Dguard-objects.md107 If however the slot is now entirely free, then the quarantine count of the chunk
109 quarantine is cleared. The idea behind this policy is that maintaining a good
138 If we now free an element, its slot is marked free, and the quarantine count
152 and the quarantine stays untouched:
163 Freeing just one element would return just one slot, and bump the quarantine
165 \mathcal{Q}$ slots to be free, leading to clearing the quarantine:
219 **In the absence of the quarantine**, the best strategy for attackers trying to
233 **Using the quarantine** further reduces an attacker's odds of success. Unlike
/xnu-12377.61.12/tools/lldbmacros/
H A Dkasan.py523 def quarantine(self, addrs, n=None, show_bt=False, O=None): member in AbstractKasan
602 self.quarantine(addrs, n=count, show_bt=show_bt, O=O)
780 def quarantine(self, addrs=None, n=None, show_bt=False, O=None): member in ClassicKasan
890 def quarantine(self, addrs=None, n=None, show_bt=False, O=None): member in MTESan
/xnu-12377.61.12/san/memory/
H A Dkasan-classic.c690 SYSCTL_UINT(_kern_kasan, OID_AUTO, quarantine, CTLFLAG_RW, &quarantine_enabled, 0, "");