Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_quarantine.h181 const uptr kPrefetch = 16; in DoRecycle() local
182 CHECK(kPrefetch <= ARRAY_SIZE(b->batch)); in DoRecycle()
183 for (uptr i = 0; i < kPrefetch; i++) in DoRecycle()
186 if (i + kPrefetch < count) in DoRecycle()
187 PREFETCH(b->batch[i + kPrefetch]); in DoRecycle()