Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/runtime/
Dszrt_asan.c106 struct quarantine_entry { struct
107 struct quarantine_entry *next; argument
113 struct quarantine_entry *quarantine_head = NULL; argument
114 struct quarantine_entry *quarantine_tail = NULL;
266 struct quarantine_entry *entry = (struct quarantine_entry *)rz_left; in __asan_free()
283 struct quarantine_entry *freed = quarantine_head; in __asan_free()