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

References

projects/compiler-rt/lib/asan/asan_rtl.cpp
  568     top = curr_thread->stack_top();
  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);