Home
last modified time | relevance | path

Searched refs:MaxBytesCachedLog (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()
31 N = static_cast<u32>((1UL << Config::MaxBytesCachedLog) / Size); in getMaxCachedHint()
33 N = (1U << Config::MaxBytesCachedLog) / static_cast<u32>(Size); in getMaxCachedHint()
227 static const uptr MaxBytesCachedLog = 10; member
239 static const uptr MaxBytesCachedLog = 10; member
252 static const uptr MaxBytesCachedLog = 13; member
267 static const uptr MaxBytesCachedLog = 13;
296 static const uptr MaxBytesCachedLog = 10; member
304 static const uptr MaxBytesCachedLog = 10;
319 static const uptr MaxBytesCachedLog = 10; member
/llvm-project-15.0.7/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.cpp510 static const scudo::uptr MaxBytesCachedLog = 12; member