Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_allocator.h192 uptr quarantine_cache[16]; member
H A Dasan_allocator.cpp272 CHECK_LE(sizeof(QuarantineCache), sizeof(ms->quarantine_cache)); in GetQuarantineCache()
273 return reinterpret_cast<QuarantineCache *>(ms->quarantine_cache); in GetQuarantineCache()