Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dquarantine_test.cpp27 typedef typename QuarantineT::CacheT CacheT; typedef
H A Dtsd_test.cpp28 using CacheT = struct MockCache { typedef in MockAllocator
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dquarantine.h172 typedef QuarantineCache<Callback> CacheT; typedef
H A Dprimary64.h51 typedef SizeClassAllocatorLocalCache<ThisT> CacheT; typedef
H A Dprimary32.h53 typedef SizeClassAllocatorLocalCache<ThisT> CacheT; typedef
H A Dcombined.h50 using CacheT = typename PrimaryT::CacheT; variable