Searched refs:CacheT (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/ |
| H A D | quarantine_test.cpp | 27 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 D | primary_test.cpp | 122 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 D | tsd_test.cpp | 28 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 D | quarantine.h | 172 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 D | tsd.h | 27 typename Allocator::CacheT Cache; in alignas()
|
| H A D | primary64.h | 50 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 D | primary32.h | 52 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 D | combined.h | 49 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()
|