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()227 static const uptr MaxBytesCachedLog = 10; member239 static const uptr MaxBytesCachedLog = 10; member252 static const uptr MaxBytesCachedLog = 13; member267 static const uptr MaxBytesCachedLog = 13;296 static const uptr MaxBytesCachedLog = 10; member304 static const uptr MaxBytesCachedLog = 10;319 static const uptr MaxBytesCachedLog = 10; member
37 static const scudo::uptr MaxBytesCachedLog = 0; member52 static const scudo::uptr MaxBytesCachedLog = 16; member
510 static const scudo::uptr MaxBytesCachedLog = 12; member