Home
last modified time | relevance | path

Searched refs:CacheT (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dquarantine.h173 typedef QuarantineCache<Callback> CacheT; typedef
201 void put(CacheT *C, Callback Cb, Node *Ptr, uptr Size) { in put()
207 void NOINLINE drain(CacheT *C, Callback Cb) EXCLUDES(CacheMutex) { in drain()
219 void NOINLINE drainAndRecycle(CacheT *C, Callback Cb) EXCLUDES(CacheMutex) { in drainAndRecycle()
250 CacheT Cache GUARDED_BY(CacheMutex);
258 CacheT Tmp; in recycle()
288 void NOINLINE doRecycle(CacheT *C, Callback Cb) { in doRecycle()
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 Dtsd.h75 typename Allocator::CacheT &getCache() REQUIRES(Mutex) { return Cache; } in getCache()
84 typename Allocator::CacheT Cache GUARDED_BY(Mutex);
H A Dprimary32.h55 typedef SizeClassAllocatorLocalCache<ThisT> CacheT; typedef
197 u16 popBlocks(CacheT *C, uptr ClassId, CompactPtrT *ToArray, in popBlocks()
215 void pushBlocks(CacheT *C, uptr ClassId, CompactPtrT *Array, u32 Size) { in pushBlocks()
533 CacheT::getMaxCached(getSizeByClassId(SizeClassMap::BatchClassId)); in pushBatchClassBlocks()
605 void pushBlocksImpl(CacheT *C, uptr ClassId, SizeClassInfo *Sci,
715 u16 popBlocksImpl(CacheT *C, uptr ClassId, SizeClassInfo *Sci, in popBlocksImpl()
785 NOINLINE bool populateFreeList(CacheT *C, uptr ClassId, SizeClassInfo *Sci) in populateFreeList()
808 const u16 MaxCount = CacheT::getMaxCached(Size); in populateFreeList()
H A Dprimary64.h60 typedef SizeClassAllocatorLocalCache<ThisT> CacheT; typedef
218 u16 popBlocks(CacheT *C, uptr ClassId, CompactPtrT *ToArray, in popBlocks()
273 void pushBlocks(CacheT *C, uptr ClassId, CompactPtrT *Array, u32 Size) { in pushBlocks()
686 CacheT::getMaxCached(getSizeByClassId(SizeClassMap::BatchClassId)); in pushBatchClassBlocks()
757 void pushBlocksImpl(CacheT *C, uptr ClassId, RegionInfo *Region,
867 u16 popBlocksWithCV(CacheT *C, uptr ClassId, RegionInfo *Region, in popBlocksWithCV()
942 u16 popBlocksImpl(CacheT *C, uptr ClassId, RegionInfo *Region, in popBlocksImpl()
1013 NOINLINE u16 populateFreeListAndPopBlocks(CacheT *C, uptr ClassId, in populateFreeListAndPopBlocks()
1036 const u16 MaxCount = CacheT::getMaxCached(Size); in populateFreeListAndPopBlocks()
H A Dcombined.h57 using CacheT = typename PrimaryT::CacheT; variable
66 explicit QuarantineCallback(ThisT &Instance, CacheT &LocalCache) in QuarantineCallback()
136 CacheT &Cache;
140 typedef typename QuarantineT::CacheT QuarantineCacheT;
263 void initCache(CacheT *Cache) { Cache->init(&Stats, &Primary); } in initCache()
H A Dallocator_config.def110 SECONDARY_REQUIRED_TEMPLATE_TYPE(CacheT)
H A Dsecondary.h562 typename Config::template CacheT<typename Config::CacheConfig> Cache;