Searched refs:quarantine_head (Results 1 – 1 of 1) sorted by relevance
113 struct quarantine_entry *quarantine_head = NULL; variable276 if (quarantine_head == NULL) in __asan_free()277 quarantine_head = entry; in __asan_free()283 struct quarantine_entry *freed = quarantine_head; in __asan_free()287 quarantine_head = freed->next; in __asan_free()