Home
last modified time | relevance | path

Searched refs:MaxSizeLog (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()
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; member
240 static const uptr MaxSizeLog = 17; member
253 static const uptr MaxSizeLog = 16; member
268 static const uptr MaxSizeLog = 16;
296 static const uptr MaxSizeLog = 15; member