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

References

projects/compiler-rt/lib/asan/asan_rtl.cpp
  569     bottom = ((uptr)&local_stack - PageSize) & ~(PageSize - 1);
  577     GetThreadStackAndTls(/*main=*/false, &bottom, &stack_size, &tls_addr,
  579     top = bottom + stack_size;
  582   if (top - bottom > kMaxExpectedCleanupSize) {
  592            top, bottom, top - bottom, top - bottom);
  592            top, bottom, top - bottom, top - bottom);
  592            top, bottom, top - bottom, top - bottom);
  595   PoisonShadow(bottom, top - bottom, 0);
  595   PoisonShadow(bottom, top - bottom, 0);