Home
last modified time | relevance | path

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

/external/compiler-rt/lib/msan/
Dmsan_allocator.h22 uptr quarantine_cache[16]; member
/external/compiler-rt/lib/asan/
Dasan_allocator.h155 uptr quarantine_cache[16]; member
Dasan_allocator.cc204 CHECK_LE(sizeof(QuarantineCache), sizeof(ms->quarantine_cache)); in GetQuarantineCache()
205 return reinterpret_cast<QuarantineCache *>(ms->quarantine_cache); in GetQuarantineCache()