Searched refs:thread_space_start (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_linux.cpp240 uptr thread_space_start = local
244 ReserveShadowMemoryRange(thread_space_start, thread_space_end - 1,
248 InitThreadList(thread_space_start, thread_space_end - thread_space_start);

Completed in 102 milliseconds