Searched refs:CacheT (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtsd.h27 typename Allocator::CacheT Cache;
H A Dquarantine.h176 typedef QuarantineCache<Callback> CacheT; typedef in class:scudo::GlobalQuarantine
197 void put(CacheT *C, Callback Cb, Node *Ptr, uptr Size) {
203 void NOINLINE drain(CacheT *C, Callback Cb) {
212 void NOINLINE drainAndRecycle(CacheT *C, Callback Cb) {
242 CacheT Cache;
249 CacheT Tmp;
279 void NOINLINE doRecycle(CacheT *C, Callback Cb) {
H A Dprimary32.h47 typedef SizeClassAllocatorLocalCache<ThisT> CacheT; typedef in class:scudo::SizeClassAllocator32
48 typedef typename CacheT::TransferBatch TransferBatch;
97 TransferBatch *popBatch(CacheT *C, uptr ClassId) {
281 bool populateBatches(CacheT *C, SizeClassInfo *Sci, uptr ClassId,
304 NOINLINE TransferBatch *populateFreeList(CacheT *C, uptr ClassId,
H A Dprimary64.h45 typedef SizeClassAllocatorLocalCache<ThisT> CacheT; typedef in class:scudo::SizeClassAllocator64
46 typedef typename CacheT::TransferBatch TransferBatch;
100 TransferBatch *popBatch(CacheT *C, uptr ClassId) {
243 bool populateBatches(CacheT *C, RegionInfo *Region, uptr ClassId,
267 NOINLINE TransferBatch *populateFreeList(CacheT *C, uptr ClassId,
H A Dcombined.h42 using CacheT = typename PrimaryT::CacheT;
52 explicit QuarantineCallback(ThisT &Instance, CacheT &LocalCache)
119 CacheT &Cache;
123 typedef typename QuarantineT::CacheT QuarantineCacheT;
183 void initCache(CacheT *Cache) {

Completed in 155 milliseconds