Searched refs:kHandlerStackSize (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.cpp177 static const int kHandlerStackSize = 8192; member in namespace:__sanitizer
199 InternalMmapVector<char> handler_stack_memory(kHandlerStackSize);
203 handler_stack.ss_size = kHandlerStackSize;
H A Dsanitizer_stoptheworld_linux_libcdep.cpp275 static const int kHandlerStackSize = 8192; member in namespace:__sanitizer
298 InternalMmapVector<char> handler_stack_memory(kHandlerStackSize);
302 handler_stack.ss_size = kHandlerStackSize;

Completed in 105 milliseconds