Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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 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 Dprimary64.h50 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 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;
226 void initCache(CacheT *Cache) { Cache->init(&Stats, &Primary); } in initCache()