Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_netbsd_libcdep.cpp277 const uptr kTracerStackSize = 2 * 1024 * 1024; in StopTheWorld() local
278 ScopedStackSpaceWithGuard tracer_stack(kTracerStackSize); in StopTheWorld()
H A Dsanitizer_stoptheworld_linux_libcdep.cpp402 const uptr kTracerStackSize = 2 * 1024 * 1024; in StopTheWorld() local
403 ScopedStackSpaceWithGuard tracer_stack(kTracerStackSize); in StopTheWorld()