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

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

Completed in 104 milliseconds