Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp424 shadow_stack = static_cast<uptr*>(Alloc(kInitStackSize * sizeof(uptr))); in ThreadState() local
417 const int kInitStackSize = kShadowStackSize; ThreadState() local