Home
last modified time | relevance | path

Searched refs:jctx_buf (Results 1 – 1 of 1) sorted by path

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_java.cpp37 static u64 jctx_buf[sizeof(JavaContext) / sizeof(u64) + 1]; variable
73 jctx = new(jctx_buf) JavaContext(heap_begin, heap_size); in __tsan_java_init()