Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.cpp403 const uptr kTracerStackSize = 2 * 1024 * 1024; in StopTheWorld() local
404 ScopedStackSpaceWithGuard tracer_stack(kTracerStackSize); in StopTheWorld()