Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dlocal_cache.h50 static u16 getMaxCached(uptr Size) { in getMaxCached() function
193 P->MaxCount = static_cast<u16>(2 * TransferBatch::getMaxCached(Size)); in initCache()
H A Dprimary32.h428 TransferBatch::getMaxCached(getSizeByClassId(ClassId));
578 const u16 MaxCount = TransferBatch::getMaxCached(Size); in populateFreeList()
H A Dprimary64.h434 TransferBatch::getMaxCached(getSizeByClassId(ClassId));
565 const u16 MaxCount = TransferBatch::getMaxCached(Size); in populateFreeList()