Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dquarantine.h172 typedef QuarantineCache<Callback> CacheT; typedef
H A Dprimary32.h52 typedef SizeClassAllocatorLocalCache<ThisT> CacheT; typedef
H A Dprimary64.h50 typedef SizeClassAllocatorLocalCache<ThisT> CacheT; typedef
H A Dcombined.h49 using CacheT = typename PrimaryT::CacheT; variable