Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/msan/
Dmsan_allocator.h21 uptr quarantine_cache[16]; member
/external/compiler-rt/lib/msan/
Dmsan_allocator.h22 uptr quarantine_cache[16]; member
/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_allocator.h72 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()
/external/llvm-project/compiler-rt/lib/asan/
Dasan_allocator.h200 uptr quarantine_cache[16]; member
Dasan_allocator.cpp274 CHECK_LE(sizeof(QuarantineCache), sizeof(ms->quarantine_cache)); in GetQuarantineCache()
275 return reinterpret_cast<QuarantineCache *>(ms->quarantine_cache); in GetQuarantineCache()