Searched refs:MaxSizeLog (Results 1 – 3 of 3) sorted by relevance
30 if (Config::MaxBytesCachedLog > 31 || Config::MaxSizeLog > 31) in getMaxCachedHint()70 static const uptr MaxSize = (1UL << Config::MaxSizeLog) + Config::SizeDelta;72 MidClass + ((Config::MaxSizeLog - Config::MidSizeLog) << S) + 1;138 return (Config::MaxSizeLog - Config::MidSizeLog) << S; in getTableSize()225 static const uptr MaxSizeLog = 17; member237 static const uptr MaxSizeLog = 17; member250 static const uptr MaxSizeLog = 16; member265 static const uptr MaxSizeLog = 16;294 static const uptr MaxSizeLog = 14; member302 static const uptr MaxSizeLog = 14;[all …]
35 static const scudo::uptr MaxSizeLog = 5; member50 static const scudo::uptr MaxSizeLog = 63; member
508 static const scudo::uptr MaxSizeLog = 13; member