Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_defs.h74 const uptr kShadowStackSize = 64 * 1024; variable
H A Dtsan_rtl_thread.cpp239 UnmapOrDie(thr->shadow_stack, kShadowStackSize * sizeof(uptr)); in ThreadFinish()
H A Dtsan_rtl.cpp416 const int kInitStackSize = kShadowStackSize; in ThreadState()