Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/esan/
H A Desan_linux.cpp36 SetStackSizeLimitInBytes(MaxStackSize); in verifyAddressSpace()
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cc263 SetStackSizeLimitInBytes(kMaxStackSize); in InitializePlatform()
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix_libcdep.cc124 void SetStackSizeLimitInBytes(uptr limit) { in SetStackSizeLimitInBytes() function
H A Dsanitizer_common.h242 void SetStackSizeLimitInBytes(uptr limit);
H A Dsanitizer_win.cc474 void SetStackSizeLimitInBytes(uptr limit) { in SetStackSizeLimitInBytes() function
/freebsd-12.1/contrib/compiler-rt/lib/msan/
H A Dmsan.cc424 SetStackSizeLimitInBytes(32 * 1024 * 1024); in __msan_init()