Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix_libcdep.cpp136 void SetStackSizeLimitInBytes(uptr limit) { in SetStackSizeLimitInBytes() function
H A Dsanitizer_win.cpp548 void SetStackSizeLimitInBytes(uptr limit) { in SetStackSizeLimitInBytes() function
H A Dsanitizer_common.h298 void SetStackSizeLimitInBytes(uptr limit);
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cpp233 SetStackSizeLimitInBytes(kMaxStackSize); in ReExecIfNeeded()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan.cpp472 SetStackSizeLimitInBytes(32 * 1024 * 1024); in __msan_init()