reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/hwasan/hwasan_linux.cpp
  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);