Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cc104 const int kInitStackSize = 8; in OnStarted() local
106 kInitStackSize * sizeof(uptr)); in OnStarted()
108 thr->shadow_stack_end = thr->shadow_stack + kInitStackSize; in OnStarted()