Home
last modified time | relevance | path

Searched refs:MaxSizeLog (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dsize_class_map.h30 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; member
237 static const uptr MaxSizeLog = 17; member
250 static const uptr MaxSizeLog = 16; member
265 static const uptr MaxSizeLog = 16;
294 static const uptr MaxSizeLog = 14; member
302 static const uptr MaxSizeLog = 14;
[all …]
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dsize_class_map_test.cpp35 static const scudo::uptr MaxSizeLog = 5; member
50 static const scudo::uptr MaxSizeLog = 63; member
H A Dcombined_test.cpp508 static const scudo::uptr MaxSizeLog = 13; member