Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cpp284 const uptr kMaxStackSize = 32 * 1024 * 1024; in InitializePlatform() local
288 kMaxStackSize); in InitializePlatform()
289 SetStackSizeLimitInBytes(kMaxStackSize); in InitializePlatform()