Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.h200 uptr quarantine_cache[16]; member
H A Dasan_allocator.cpp274 CHECK_LE(sizeof(QuarantineCache), sizeof(ms->quarantine_cache)); in GetQuarantineCache()
275 return reinterpret_cast<QuarantineCache *>(ms->quarantine_cache); in GetQuarantineCache()