Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp298 InternalMmapVector<char> handler_stack_memory(kHandlerStackSize); in TracerThread() local
301 handler_stack.ss_sp = handler_stack_memory.data(); in TracerThread()