Searched defs:CacheT (Results 1 – 10 of 10) sorted by relevance
64 using CacheT = scudo::MapAllocatorNoCache<Config>; typedef74 template <typename T> using CacheT = scudo::MapAllocatorCache<T>; typedef
96 using CacheT = scudo::MapAllocatorNoCache<Config>; typedef 116 template <typename Config> using CacheT = scudo::MapAllocatorCache<Config>; typedef
27 typedef typename QuarantineT::CacheT CacheT; typedef
29 using CacheT = struct MockCache { typedef in MockAllocator
209 using CacheT = scudo::MapAllocatorNoCache<Config>; typedef 705 using CacheT = scudo::MapAllocatorNoCache<Config>; global() typedef
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
173 typedef QuarantineCache<Callback> CacheT; typedef
55 typedef SizeClassAllocatorLocalCache<ThisT> CacheT; typedef [all...]
60 typedef SizeClassAllocatorLocalCache<ThisT> CacheT; typedef [all...]
57 using CacheT = typename PrimaryT::CacheT; variable