Searched refs:CacheT (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/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 | 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 | primary64.h | 50 typedef SizeClassAllocatorLocalCache<ThisT> CacheT; typedef 51 typedef typename CacheT::TransferBatch TransferBatch; 96 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; 226 void initCache(CacheT *Cache) { Cache->init(&Stats, &Primary); } in initCache()
|