Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_quarantine.h26 template<typename Node> class QuarantineCache; variable
79 typedef QuarantineCache<Callback> Cache;
202 class QuarantineCache {
204 explicit QuarantineCache(LinkerInitialized) { in QuarantineCache() function
207 QuarantineCache() in QuarantineCache() function
234 void Transfer(QuarantineCache *from_cache) { in Transfer()
255 void MergeBatches(QuarantineCache *to_deallocate) { in MergeBatches()
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_allocator.cc186 typedef AsanQuarantine::Cache QuarantineCache; typedef
214 QuarantineCache *GetQuarantineCache(AsanThreadLocalMallocStorage *ms) { in GetQuarantineCache()
216 CHECK_LE(sizeof(QuarantineCache), sizeof(ms->quarantine_cache)); in GetQuarantineCache()
217 return reinterpret_cast<QuarantineCache *>(ms->quarantine_cache); in GetQuarantineCache()
248 QuarantineCache fallback_quarantine_cache;