Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
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 Dquarantine.h173 typedef QuarantineCache<Callback> CacheT; typedef
H A Dprimary32.h55 typedef SizeClassAllocatorLocalCache<ThisT> CacheT; typedef
H A Dprimary64.h60 typedef SizeClassAllocatorLocalCache<ThisT> CacheT; typedef
H A Dcombined.h57 using CacheT = typename PrimaryT::CacheT; variable