Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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;
297 static const uptr MaxSizeLog = 14; member
305 static const uptr MaxSizeLog = 14;
[all …]
/openbsd-src/gnu/llvm/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.cpp509 static const scudo::uptr MaxSizeLog = 13; member