Searched refs:CacheT (Results 1 – 5 of 5) sorted by relevance
173 typedef QuarantineCache<Callback> CacheT; typedef201 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()
86 template <typename Config> using CacheT = MapAllocatorCache<Config>; member131 template <typename Config> using CacheT = MapAllocatorCache<Config>; member164 template <typename Config> using CacheT = MapAllocatorNoCache<Config>; member188 template <typename Config> using CacheT = MapAllocatorNoCache<Config>; member
117 SECONDARY_REQUIRED_TEMPLATE_TYPE(CacheT)
675 typename Config::template CacheT<typename Config::CacheConfig> Cache;
142 typedef typename QuarantineT::CacheT QuarantineCacheT;