Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_netbsd_libcdep.cpp199 InternalMmapVector<char> handler_stack_memory(kHandlerStackSize); in TracerThread() local
202 handler_stack.ss_sp = handler_stack_memory.data(); in TracerThread()
H A Dsanitizer_stoptheworld_linux_libcdep.cpp299 InternalMmapVector<char> handler_stack_memory(kHandlerStackSize); in TracerThread() local
302 handler_stack.ss_sp = handler_stack_memory.data(); in TracerThread()