absl_unwinder.h 393 B

12345678910111213
  1. #pragma once
  2. namespace NYT::NBacktrace {
  3. ////////////////////////////////////////////////////////////////////////////////
  4. //! Configures Abseil to use a libunwind-based stack unwinder.
  5. //! This is useful, e.g., for collecting TCMalloc heap dumps.
  6. void SetAbslStackUnwinder();
  7. ////////////////////////////////////////////////////////////////////////////////
  8. } // namespace NYT::NBacktrace