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

/external/compiler-rt/lib/msan/
H A Dmsan_allocator.h22 uptr quarantine_cache[16]; member in struct:__msan::MsanThreadLocalMallocStorage
/external/compiler-rt/lib/asan/
H A Dasan_allocator.h134 uptr quarantine_cache[16]; member in struct:__asan::AsanThreadLocalMallocStorage
H A Dasan_allocator2.cc228 CHECK_LE(sizeof(QuarantineCache), sizeof(ms->quarantine_cache));
229 return reinterpret_cast<QuarantineCache *>(ms->quarantine_cache);

Completed in 674 milliseconds