Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread_list.cpp18 thread_list_placeholder[sizeof(HwasanThreadList)]; in InitThreadList() local
20 new (thread_list_placeholder) HwasanThreadList(storage, size); in InitThreadList()