Searched refs:MaxBytesCachedLog (Results 1 – 3 of 3) sorted by relevance
30 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; member242 static const uptr MaxBytesCachedLog = 10; member255 static const uptr MaxBytesCachedLog = 13; member270 static const uptr MaxBytesCachedLog = 13;299 static const uptr MaxBytesCachedLog = 10; member307 static const uptr MaxBytesCachedLog = 10;322 static const uptr MaxBytesCachedLog = 10; member
37 static const scudo::uptr MaxBytesCachedLog = 0; member52 static const scudo::uptr MaxBytesCachedLog = 16; member
511 static const scudo::uptr MaxBytesCachedLog = 12; member