Home
last modified time | relevance | path

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

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