Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/lsan/
Dlsan_thread.cpp37 static ALIGNED(64) char thread_registry_placeholder[sizeof(ThreadRegistry)]; in InitializeThreadRegistry()
38 thread_registry = new (thread_registry_placeholder) in InitializeThreadRegistry()
/external/compiler-rt/lib/lsan/
Dlsan_thread.cc39 static char thread_registry_placeholder[sizeof(ThreadRegistry)] ALIGNED(64); in InitializeThreadRegistry() local
40 thread_registry = new(thread_registry_placeholder) in InitializeThreadRegistry()
/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_thread.cpp40 static ALIGNED(16) char thread_registry_placeholder[sizeof(ThreadRegistry)];
60 memprof_thread_registry = new (thread_registry_placeholder) ThreadRegistry( in memprofThreadRegistry()
/external/compiler-rt/lib/asan/
Dasan_thread.cc49 static ALIGNED(16) char thread_registry_placeholder[sizeof(ThreadRegistry)];
69 asan_thread_registry = new(thread_registry_placeholder) ThreadRegistry( in asanThreadRegistry()
/external/llvm-project/compiler-rt/lib/asan/
Dasan_thread.cpp43 static ALIGNED(16) char thread_registry_placeholder[sizeof(ThreadRegistry)];
63 asan_thread_registry = new(thread_registry_placeholder) ThreadRegistry( in asanThreadRegistry()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.cc66 static char thread_registry_placeholder[sizeof(ThreadRegistry)]; variable
100 , thread_registry(new(thread_registry_placeholder) ThreadRegistry( in Context()
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.cpp67 static char thread_registry_placeholder[sizeof(ThreadRegistry)]; variable
101 , thread_registry(new(thread_registry_placeholder) ThreadRegistry( in Context()