Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_quarantine.h25 template<typename Node> class QuarantineCache; variable
74 typedef QuarantineCache<Callback> Cache;
197 class QuarantineCache {
199 explicit QuarantineCache(LinkerInitialized) { in QuarantineCache() function
202 QuarantineCache() in QuarantineCache() function
229 void Transfer(QuarantineCache *from_cache) { in Transfer()
250 void MergeBatches(QuarantineCache *to_deallocate) { in MergeBatches()
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtsd.h77 return QuarantineCache; in getQuarantineCache()
85 typename Allocator::QuarantineCacheT QuarantineCache GUARDED_BY(Mutex);
H A Dquarantine.h66 template <typename Callback> class QuarantineCache {
88 void transfer(QuarantineCache *From) { in transfer()
108 void mergeBatches(QuarantineCache *ToDeallocate) { in mergeBatches()
173 typedef QuarantineCache<Callback> CacheT;
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp280 typedef AsanQuarantine::Cache QuarantineCache; typedef
324 QuarantineCache *GetQuarantineCache(AsanThreadLocalMallocStorage *ms) { in GetQuarantineCache()
326 CHECK_LE(sizeof(QuarantineCache), sizeof(ms->quarantine_cache)); in GetQuarantineCache()
327 return reinterpret_cast<QuarantineCache *>(ms->quarantine_cache); in GetQuarantineCache()
358 QuarantineCache fallback_quarantine_cache;