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

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

Completed in 167 milliseconds