Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_rtl.cpp155 const int kInitStackSize = kShadowStackSize; in ThreadState() local
157 MmapNoReserveOrDie(kInitStackSize * sizeof(uptr), "shadow stack")); in ThreadState()
159 kInitStackSize * sizeof(uptr)); in ThreadState()
162 const int kInitStackSize = 8; in ThreadState() local
163 shadow_stack = static_cast<uptr *>(Alloc(kInitStackSize * sizeof(uptr))); in ThreadState()
166 shadow_stack_end = shadow_stack + kInitStackSize; in ThreadState()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp412 const int kInitStackSize = kShadowStackSize; in ThreadState() local
414 MmapNoReserveOrDie(kInitStackSize * sizeof(uptr), "shadow stack")); in ThreadState()
416 kInitStackSize * sizeof(uptr)); in ThreadState()
419 const int kInitStackSize = 8; in ThreadState() local
420 shadow_stack = static_cast<uptr*>(Alloc(kInitStackSize * sizeof(uptr))); in ThreadState()
423 shadow_stack_end = shadow_stack + kInitStackSize; in ThreadState()