Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp54 alignas(SANITIZER_CACHE_LINE_SIZE) static char ctx_placeholder[sizeof(Context)]; variable
692 ctx = new(ctx_placeholder) Context; in Initialize()