Home
last modified time | relevance | path

Searched refs:MaxBytesCachedLog (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()
31 N = static_cast<u32>((1UL << Config::MaxBytesCachedLog) / Size); in getMaxCachedHint()
33 N = (1U << Config::MaxBytesCachedLog) / static_cast<u32>(Size); in getMaxCachedHint()
230 static const uptr MaxBytesCachedLog = 10; member
242 static const uptr MaxBytesCachedLog = 10; member
255 static const uptr MaxBytesCachedLog = 13; member
270 static const uptr MaxBytesCachedLog = 13;
299 static const uptr MaxBytesCachedLog = 10; member
307 static const uptr MaxBytesCachedLog = 10;
322 static const uptr MaxBytesCachedLog = 10; member
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dsize_class_map_test.cpp37 static const scudo::uptr MaxBytesCachedLog = 0; member
52 static const scudo::uptr MaxBytesCachedLog = 16; member
H A Dcombined_test.cpp511 static const scudo::uptr MaxBytesCachedLog = 12; member