Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dquarantine_test.cpp27 typedef typename QuarantineT::CacheT CacheT; typedef
71 CacheT Cache; in TEST()
82 CacheT Cache; in TEST()
102 CacheT From; in TEST()
105 CacheT Cache; in TEST()
129 CacheT From; in TEST()
130 CacheT Cache; in TEST()
160 CacheT Cache; in TEST()
163 CacheT From; in TEST()
195 CacheT Cache; in TEST()
[all …]
H A Dprimary_test.cpp122 typename Primary::CacheT Cache; in SCUDO_TYPED_TEST()
162 using TransferBatch = Primary::CacheT::TransferBatch; in TEST()
165 typename Primary::CacheT Cache; in TEST()
200 typename Primary::CacheT Cache; in SCUDO_TYPED_TEST()
242 static thread_local typename Primary::CacheT Cache; in SCUDO_TYPED_TEST()
286 typename Primary::CacheT Cache; in SCUDO_TYPED_TEST()
H A Dtsd_test.cpp28 using CacheT = struct MockCache { typedef in MockAllocator
40 void initCache(CacheT *Cache) { *Cache = {}; } in initCache()
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dquarantine.h172 typedef QuarantineCache<Callback> CacheT; typedef
194 void put(CacheT *C, Callback Cb, Node *Ptr, uptr Size) { in put()
200 void NOINLINE drain(CacheT *C, Callback Cb) { in drain()
209 void NOINLINE drainAndRecycle(CacheT *C, Callback Cb) { in drainAndRecycle()
239 CacheT Cache;
246 CacheT Tmp; in recycle()
276 void NOINLINE doRecycle(CacheT *C, Callback Cb) { in doRecycle()
H A Dtsd.h27 typename Allocator::CacheT Cache; in alignas()
H A Dprimary64.h50 typedef SizeClassAllocatorLocalCache<ThisT> CacheT; typedef
51 typedef typename CacheT::TransferBatch TransferBatch;
98 TransferBatch *popBatch(CacheT *C, uptr ClassId) { in popBatch()
333 NOINLINE TransferBatch *populateFreeList(CacheT *C, uptr ClassId, in populateFreeList()
H A Dprimary32.h52 typedef SizeClassAllocatorLocalCache<ThisT> CacheT; typedef
53 typedef typename CacheT::TransferBatch TransferBatch;
114 TransferBatch *popBatch(CacheT *C, uptr ClassId) { in popBatch()
331 NOINLINE TransferBatch *populateFreeList(CacheT *C, uptr ClassId, in populateFreeList()
H A Dcombined.h49 using CacheT = typename PrimaryT::CacheT; variable
58 explicit QuarantineCallback(ThisT &Instance, CacheT &LocalCache) in QuarantineCallback()
129 CacheT &Cache;
133 typedef typename QuarantineT::CacheT QuarantineCacheT;
236 void initCache(CacheT *Cache) { Cache->init(&Stats, &Primary); } in initCache()