Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.h262 uptr quarantine_cache[16]; member
H A Dasan_allocator.cpp326 CHECK_LE(sizeof(QuarantineCache), sizeof(ms->quarantine_cache)); in GetQuarantineCache()
327 return reinterpret_cast<QuarantineCache *>(ms->quarantine_cache); in GetQuarantineCache()