Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cpp101 const int kInitStackSize = 8; in OnStarted() local
103 kInitStackSize * sizeof(uptr)); in OnStarted()
105 thr->shadow_stack_end = thr->shadow_stack + kInitStackSize; in OnStarted()