Searched refs:QuarantineCacheT (Results 1 – 7 of 7) sorted by relevance
28 typename Allocator::QuarantineCacheT QuarantineCache;
130 typedef typename QuarantineT::CacheT QuarantineCacheT; typedef
133 typedef typename QuarantineT::CacheT QuarantineCacheT; typedef
215 typedef QuarantineT::Cache QuarantineCacheT; typedef216 COMPILER_CHECK(sizeof(QuarantineCacheT) <=219 QuarantineCacheT *getQuarantineCache(ScudoTSD *TSD) { in getQuarantineCache()220 return reinterpret_cast<QuarantineCacheT *>(TSD->QuarantineCachePlaceHolder); in getQuarantineCache()
27 using QuarantineCacheT = struct MockQuarantine {}; typedef in MockAllocator