Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_netbsd_libcdep.cpp177 static const int kHandlerStackSize = 8192; variable
199 InternalMmapVector<char> handler_stack_memory(kHandlerStackSize); in TracerThread()
203 handler_stack.ss_size = kHandlerStackSize; in TracerThread()
H A Dsanitizer_stoptheworld_linux_libcdep.cpp276 static const int kHandlerStackSize = 8192; variable
299 InternalMmapVector<char> handler_stack_memory(kHandlerStackSize); in TracerThread()
303 handler_stack.ss_size = kHandlerStackSize; in TracerThread()