Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dtsd_test.cpp31 using QuarantineCacheT = struct MockQuarantine {}; typedef in MockAllocator