Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsize_class_map.h30 if (Config::MaxBytesCachedLog > 31 || Config::MaxSizeLog > 31) in getMaxCachedHint()
31 N = static_cast<u32>((1UL << Config::MaxBytesCachedLog) / Size); in getMaxCachedHint()
33 N = (1U << Config::MaxBytesCachedLog) / static_cast<u32>(Size); in getMaxCachedHint()
230 static const uptr MaxBytesCachedLog = 10; member
242 static const uptr MaxBytesCachedLog = 10; member
255 static const uptr MaxBytesCachedLog = 13; member
270 static const uptr MaxBytesCachedLog = 13;
298 static const uptr MaxBytesCachedLog = 10; member