Home
last modified time | relevance | path

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

/aosp_15_r20/external/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
H A Dprimary64.h60 typedef SizeClassAllocatorLocalCache<ThisT> CacheT; typedef
H A Dcombined.h57 using CacheT = typename PrimaryT::CacheT; variable
/aosp_15_r20/external/scudo/config/
H A 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
/aosp_15_r20/external/scudo/standalone/tests/
H A Dsecondary_test.cpp96 using CacheT = scudo::MapAllocatorNoCache<Config>; typedef
116 template <typename Config> using CacheT = scudo::MapAllocatorCache<Config>; typedef
279 using CacheT = scudo::MapAllocatorCache<CacheConfig, testUnmapCallback>; typedef
H A Dallocator_config_test.cpp64 using CacheT = scudo::MapAllocatorNoCache<Config>; typedef
74 template <typename T> using CacheT = scudo::MapAllocatorCache<T>; 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
726 using CacheT = scudo::MapAllocatorNoCache<Config>; typedef
/aosp_15_r20/trusty/user/app/storage/scudo/include/
Dcustom_scudo_config.h67 using CacheT = MapAllocatorNoCache<Config>; member