Home
last modified time | relevance | path

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

/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_linux_libcdep.cc275 InternalScopedBuffer<char> handler_stack_memory(kHandlerStackSize); in TracerThread() local
278 handler_stack.ss_sp = handler_stack_memory.data(); in TracerThread()