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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread_list.cpp4 static ALIGNED(16) char thread_list_placeholder[sizeof(HwasanThreadList)]; member in namespace:__hwasan
12 new (thread_list_placeholder) HwasanThreadList(storage, size);

Completed in 32 milliseconds