Module smart_pointers

Module smart_pointers 

Source
Expand description

Smart pointer tracking and analysis Smart pointer tracking and analysis

Provides enhanced tracking for Rust smart pointers including:

  • Reference counting analysis for Rc/Arc
  • Weak reference leak detection
  • Box allocation patterns
  • Smart pointer overhead calculation

Re-exports§

pub use analyzer::AnalysisResult;
pub use analyzer::LeakPattern;
pub use analyzer::SmartPointerAnalyzer;
pub use tracker::PointerInfo;
pub use tracker::PointerType;
pub use tracker::SmartPointerTracker;

Modules§

analyzer
tracker