Home
last modified time | relevance | path

Searched defs:QuarantineCache (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
Dtsd.h28 typename Allocator::QuarantineCacheT QuarantineCache; in alignas() local
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_quarantine.h25 template<typename Node> class QuarantineCache; variable
204 explicit QuarantineCache(LinkerInitialized) { in QuarantineCache() function
207 QuarantineCache() in QuarantineCache() function
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
Dasan_allocator.cpp244 typedef AsanQuarantine::Cache QuarantineCache; typedef