Searched defs:CacheT (Results 1 – 5 of 5) sorted by relevance
156 template <typename Config> using CacheT = MapAllocatorCache<Config>; global() member 201 template <typename Config> using CacheT = MapAllocatorCache<Config>; global() member 233 template <typename Config> using CacheT = MapAllocatorNoCache<Config>; global() member 257 template <typename Config> using CacheT = MapAllocatorNoCache<Config>; global() member
173 typedef QuarantineCache<Callback> CacheT; typedef
56 typedef SizeClassAllocatorLocalCache<ThisT> CacheT; global() typedef [all...]
62 typedef SizeClassAllocatorLocalCache<ThisT> CacheT; global() typedef [all...]
51 using CacheT = typename PrimaryT::CacheT; global() variable