Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dquarantine.h293 constexpr uptr NumberOfPrefetch = 8UL; in doRecycle() local
294 CHECK(NumberOfPrefetch <= ARRAY_SIZE(B->Batch)); in doRecycle()
295 for (uptr I = 0; I < NumberOfPrefetch; I++) in doRecycle()
298 if (I + NumberOfPrefetch < Count) in doRecycle()
299 PREFETCH(B->Batch[I + NumberOfPrefetch]); in doRecycle()