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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtsd.h28 typename Allocator::QuarantineCacheT QuarantineCache;
H A Dcombined.h131 typedef typename QuarantineT::CacheT QuarantineCacheT; typedef in class:scudo::Allocator
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp214 typedef QuarantineT::Cache QuarantineCacheT; typedef in namespace:__scudo
215 COMPILER_CHECK(sizeof(QuarantineCacheT) <=
218 QuarantineCacheT *getQuarantineCache(ScudoTSD *TSD) {
219 return reinterpret_cast<QuarantineCacheT *>(TSD->QuarantineCachePlaceHolder);

Completed in 161 milliseconds