Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_linux.cpp210 uptr thread_space_end = in InitThreads() local
212 ReserveShadowMemoryRange(thread_space_start, thread_space_end - 1, in InitThreads()
214 ProtectGap(thread_space_end, in InitThreads()
215 __hwasan_shadow_memory_dynamic_address - thread_space_end); in InitThreads()
216 InitThreadList(thread_space_start, thread_space_end - thread_space_start); in InitThreads()