Home
last modified time | relevance | path

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

/external/scudo/standalone/tests/
Dallocator_config_test.cpp64 using CacheT = scudo::MapAllocatorNoCache<Config>; typedef
74 template <typename T> using CacheT = scudo::MapAllocatorCache<T>; typedef
Dsecondary_test.cpp96 using CacheT = scudo::MapAllocatorNoCache<Config>; typedef
116 template <typename Config> using CacheT = scudo::MapAllocatorCache<Config>; typedef
Dquarantine_test.cpp27 typedef typename QuarantineT::CacheT CacheT; typedef
Dtsd_test.cpp29 using CacheT = struct MockCache { typedef in MockAllocator
Dcombined_test.cpp209 using CacheT = scudo::MapAllocatorNoCache<Config>; typedef
692 using CacheT = scudo::MapAllocatorNoCache<Config>; typedef
/external/scudo/standalone/
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
Dquarantine.h173 typedef QuarantineCache<Callback> CacheT; typedef
Dprimary32.h55 typedef SizeClassAllocatorLocalCache<ThisT> CacheT; typedef
Dprimary64.h60 typedef SizeClassAllocatorLocalCache<ThisT> CacheT; typedef
Dcombined.h57 using CacheT = typename PrimaryT::CacheT; variable
/external/scudo/config/
Dcustom_scudo_config.h126 template <typename Config> using CacheT = MapAllocatorCache<Config>; member
175 template <typename Config> using CacheT = MapAllocatorCache<Config>; member
215 template <typename Config> using CacheT = MapAllocatorNoCache<Config>; member