Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Dallocator_config_test.cpp64 using CacheT = scudo::MapAllocatorNoCache<Config>; typedef
74 template <typename T> using CacheT = scudo::MapAllocatorCache<T>; typedef
H A Dsecondary_test.cpp96 using CacheT = scudo::MapAllocatorNoCache<Config>; typedef
116 template <typename Config> using CacheT = scudo::MapAllocatorCache<Config>; typedef
H A Dquarantine_test.cpp27 typedef typename QuarantineT::CacheT CacheT; typedef
H A Dtsd_test.cpp29 using CacheT = struct MockCache { typedef in MockAllocator
H A Dcombined_test.cpp209 using CacheT = scudo::MapAllocatorNoCache<Config>; typedef
705 using CacheT = scudo::MapAllocatorNoCache<Config>; global() typedef
/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
[all...]
H A Dprimary64.h60 typedef SizeClassAllocatorLocalCache<ThisT> CacheT; typedef
[all...]
H A Dcombined.h57 using CacheT = typename PrimaryT::CacheT; variable