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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.h21 uptr quarantine_cache[16]; member in struct:__msan::MsanThreadLocalMallocStorage
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.h195 uptr quarantine_cache[16]; member in struct:__asan::AsanThreadLocalMallocStorage
H A Dasan_allocator.cpp215 CHECK_LE(sizeof(QuarantineCache), sizeof(ms->quarantine_cache));
216 return reinterpret_cast<QuarantineCache *>(ms->quarantine_cache);

Completed in 1909 milliseconds