Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dtsd.h28 typename Allocator::QuarantineCacheT QuarantineCache;
Dcombined.h130 typedef typename QuarantineT::CacheT QuarantineCacheT; typedef
/external/scudo/standalone/
Dtsd.h28 typename Allocator::QuarantineCacheT QuarantineCache;
Dcombined.h133 typedef typename QuarantineT::CacheT QuarantineCacheT; typedef
/external/llvm-project/compiler-rt/lib/scudo/
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()
/external/scudo/standalone/tests/
Dtsd_test.cpp27 using QuarantineCacheT = struct MockQuarantine {}; typedef in MockAllocator
/external/llvm-project/compiler-rt/lib/scudo/standalone/tests/
Dtsd_test.cpp27 using QuarantineCacheT = struct MockQuarantine {}; typedef in MockAllocator