HomeSort by: relevance | last modified time | path
    Searched defs:thread_space_start (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_linux.cpp 271 uptr thread_space_start = local
275 ReserveShadowMemoryRange(thread_space_start, thread_space_end - 1,
279 InitThreadList(thread_space_start, thread_space_end - thread_space_start);
  /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_linux.cpp 226 uptr thread_space_start = local
230 ReserveShadowMemoryRange(thread_space_start, thread_space_end - 1,
234 InitThreadList(thread_space_start, thread_space_end - thread_space_start);

Completed in 57 milliseconds