Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dquarantine.h173 typedef QuarantineCache<Callback> CacheT; typedef
201 void put(CacheT *C, Callback Cb, Node *Ptr, uptr Size) { in put()
207 void NOINLINE drain(CacheT *C, Callback Cb) EXCLUDES(CacheMutex) { in drain()
219 void NOINLINE drainAndRecycle(CacheT *C, Callback Cb) EXCLUDES(CacheMutex) { in drainAndRecycle()
250 CacheT Cache GUARDED_BY(CacheMutex);
258 CacheT Tmp; in recycle()
288 void NOINLINE doRecycle(CacheT *C, Callback Cb) { in doRecycle()
H A Dallocator_config.h86 template <typename Config> using CacheT = MapAllocatorCache<Config>; member
131 template <typename Config> using CacheT = MapAllocatorCache<Config>; member
164 template <typename Config> using CacheT = MapAllocatorNoCache<Config>; member
188 template <typename Config> using CacheT = MapAllocatorNoCache<Config>; member
H A Dallocator_config.def117 SECONDARY_REQUIRED_TEMPLATE_TYPE(CacheT)
H A Dsecondary.h675 typename Config::template CacheT<typename Config::CacheConfig> Cache;
H A Dcombined.h142 typedef typename QuarantineT::CacheT QuarantineCacheT;