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

/freebsd-11.0-release/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cc103 const int kInitStackSize = 8; local
105 kInitStackSize * sizeof(uptr));
107 thr->shadow_stack_end = thr->shadow_stack + kInitStackSize;

Completed in 52 milliseconds