Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cpp148 if (stacksize > kMaxThreadStackSize) in GetThreadStackTopAndBottom()
149 stacksize = kMaxThreadStackSize; in GetThreadStackTopAndBottom()
H A Dsanitizer_mac.cpp423 if (rl.rlim_cur < kMaxThreadStackSize) { in GetThreadStackTopAndBottom()
426 stacksize = kMaxThreadStackSize; in GetThreadStackTopAndBottom()
H A Dsanitizer_common.h45 const uptr kMaxThreadStackSize = 1 << 30; // 1Gb variable