Home
last modified time | relevance | path

Searched refs:getMaxCached (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlocal_cache.h130 static u16 getMaxCached(uptr Size) { in getMaxCached() function
153 P->MaxCount = static_cast<u16>(2 * getMaxCached(Size)); in initCache()
H A Dprimary32.h533 CacheT::getMaxCached(getSizeByClassId(SizeClassMap::BatchClassId)); in pushBatchClassBlocks()
808 const u16 MaxCount = CacheT::getMaxCached(Size); in populateFreeList()
H A Dprimary64.h686 CacheT::getMaxCached(getSizeByClassId(SizeClassMap::BatchClassId)); in pushBatchClassBlocks()
1036 const u16 MaxCount = CacheT::getMaxCached(Size); in populateFreeListAndPopBlocks()