Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cc122 if (stacksize > kMaxThreadStackSize) in GetThreadStackTopAndBottom()
123 stacksize = kMaxThreadStackSize; in GetThreadStackTopAndBottom()
H A Dsanitizer_mac.cc313 if (rl.rlim_cur < kMaxThreadStackSize) { in GetThreadStackTopAndBottom()
316 stacksize = kMaxThreadStackSize; in GetThreadStackTopAndBottom()
H A Dsanitizer_common.h46 const uptr kMaxThreadStackSize = 1 << 30; // 1Gb variable