Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp209 typedef QuarantineT::Cache QuarantineCacheT; typedef
210 COMPILER_CHECK(sizeof(QuarantineCacheT) <=
213 QuarantineCacheT *getQuarantineCache(ScudoTSD *TSD) { in getQuarantineCache()
214 return reinterpret_cast<QuarantineCacheT *>(TSD->QuarantineCachePlaceHolder); in getQuarantineCache()