Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix_libcdep.cpp405 const uptr minstacksize = GetTlsSize() + 128*1024; in AdjustStackSize() local
406 if (stacksize < minstacksize) { in AdjustStackSize()
410 minstacksize); in AdjustStackSize()
411 pthread_attr_setstacksize(attr, minstacksize); in AdjustStackSize()
415 "%zu < %zu\n", stacksize, minstacksize); in AdjustStackSize()