Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtsd.h28 typename Allocator::QuarantineCacheT QuarantineCache; in alignas()
H A Dcombined.h133 typedef typename QuarantineT::CacheT QuarantineCacheT; typedef
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp215 typedef QuarantineT::Cache QuarantineCacheT; typedef
216 COMPILER_CHECK(sizeof(QuarantineCacheT) <=
219 QuarantineCacheT *getQuarantineCache(ScudoTSD *TSD) { in getQuarantineCache()
220 return reinterpret_cast<QuarantineCacheT *>(TSD->QuarantineCachePlaceHolder); in getQuarantineCache()