Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_quarantine.h25 template<typename Node> class QuarantineCache; variable
78 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-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dquarantine.h65 template <typename Callback> class QuarantineCache {
87 void transfer(QuarantineCache *From) { in transfer()
107 void mergeBatches(QuarantineCache *ToDeallocate) { in mergeBatches()
172 typedef QuarantineCache<Callback> CacheT;
H A Dtsd.h28 typename Allocator::QuarantineCacheT QuarantineCache; in alignas() local
H A Dcombined.h234 Quarantine.drain(&TSD->QuarantineCache, in commitBack()
1123 Quarantine.put(&TSD->QuarantineCache, in quarantineOrDeallocateChunk()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp244 typedef AsanQuarantine::Cache QuarantineCache; typedef
272 QuarantineCache *GetQuarantineCache(AsanThreadLocalMallocStorage *ms) { in GetQuarantineCache()
274 CHECK_LE(sizeof(QuarantineCache), sizeof(ms->quarantine_cache)); in GetQuarantineCache()
275 return reinterpret_cast<QuarantineCache *>(ms->quarantine_cache); in GetQuarantineCache()
306 QuarantineCache fallback_quarantine_cache;