Home
last modified time | relevance | path

Searched refs:ctx_placeholder (Results 1 – 1 of 1) 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()