Searched refs:thread_registry_placeholder (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_thread.cpp36 static ALIGNED(64) char thread_registry_placeholder[sizeof(ThreadRegistry)]; local
37 thread_registry = new(thread_registry_placeholder)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.cpp43 static ALIGNED(16) char thread_registry_placeholder[sizeof(ThreadRegistry)]; member in namespace:__asan
63 asan_thread_registry = new(thread_registry_placeholder) ThreadRegistry(
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp67 static char thread_registry_placeholder[sizeof(ThreadRegistry)]; member in namespace:__tsan
101 , thread_registry(new(thread_registry_placeholder) ThreadRegistry(

Completed in 85 milliseconds