Home
last modified time | relevance | path

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

/external/scudo/standalone/tests/
Dquarantine_test.cpp27 typedef typename QuarantineT::CacheT CacheT; typedef
Dtsd_test.cpp28 using CacheT = struct MockCache { typedef in MockAllocator
/external/scudo/standalone/
Dquarantine.h173 typedef QuarantineCache<Callback> CacheT; typedef
Dprimary32.h54 typedef SizeClassAllocatorLocalCache<ThisT> CacheT; typedef
Dprimary64.h54 typedef SizeClassAllocatorLocalCache<ThisT> CacheT; typedef
Dcombined.h50 using CacheT = typename PrimaryT::CacheT; variable