Searched refs:MaxSizeLog (Results 1 – 3 of 3) sorted by relevance
30 if (Config::MaxBytesCachedLog > 31 || Config::MaxSizeLog > 31) in getMaxCachedHint()73 static const uptr MaxSize = (1UL << Config::MaxSizeLog) + Config::SizeDelta;75 MidClass + ((Config::MaxSizeLog - Config::MidSizeLog) << S) + 1;141 return (Config::MaxSizeLog - Config::MidSizeLog) << S; in getTableSize()228 static const uptr MaxSizeLog = 17; member240 static const uptr MaxSizeLog = 17; member253 static const uptr MaxSizeLog = 16; member268 static const uptr MaxSizeLog = 16;297 static const uptr MaxSizeLog = 14; member305 static const uptr MaxSizeLog = 14;[all …]
35 static const scudo::uptr MaxSizeLog = 5; member50 static const scudo::uptr MaxSizeLog = 63; member
509 static const scudo::uptr MaxSizeLog = 13; member