Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_trace.h63 uptr shadow_stack[kShadowStackSize];
H A Dtsan_defs.h75 const uptr kShadowStackSize = 64 * 1024; variable
H A Dtsan_rtl_thread.cc101 thr->shadow_stack_end = thr->shadow_stack + kShadowStackSize; in OnStarted()