Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dlocal_cache.h42 static u32 getMaxCached(uptr Size) { in getMaxCached() function
153 P->MaxCount = 2 * TransferBatch::getMaxCached(Size); in initCache()
H A Dprimary64.h336 const u32 MaxCount = TransferBatch::getMaxCached(Size); in populateFreeList()
H A Dprimary32.h354 const u32 MaxCount = TransferBatch::getMaxCached(Size); in populateFreeList()