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.h156 template <typename Config> using CacheT = MapAllocatorCache<Config>; member
201 template <typename Config> using CacheT = MapAllocatorCache<Config>; member
233 template <typename Config> using CacheT = MapAllocatorNoCache<Config>; member
257 template <typename Config> using CacheT = MapAllocatorNoCache<Config>; member
H A Dquarantine.h173 typedef QuarantineCache<Callback> CacheT; typedef
H A Dprimary32.h56 typedef SizeClassAllocatorLocalCache<ThisT> CacheT; typedef
H A Dcombined.h51 using CacheT = typename PrimaryT::CacheT; variable
H A Dprimary64.h62 typedef SizeClassAllocatorLocalCache<ThisT> CacheT; typedef