Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_linux_libcdep.cc298 InternalMmapVector<char> handler_stack_memory(kHandlerStackSize); in TracerThread() local
301 handler_stack.ss_sp = handler_stack_memory.data(); in TracerThread()