Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.cc50 static char ctx_placeholder[sizeof(Context)] ALIGNED(64); variable
320 ctx = new(ctx_placeholder) Context; in Initialize()
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.cpp51 static char ctx_placeholder[sizeof(Context)] ALIGNED(64); variable
366 ctx = new(ctx_placeholder) Context; in Initialize()