Expand description
Lifecycle analysis modules
This module contains types and functions for analyzing object lifetimes, ownership patterns, and lifecycle events.
Re-exports§
pub use lifecycle_summary::AllocationLifecycleSummary;pub use lifecycle_summary::ExportMetadata;pub use lifecycle_summary::LifecycleEvent;pub use lifecycle_summary::LifecycleEventSummary;pub use lifecycle_summary::LifecycleExportData;pub use lifecycle_summary::LifecyclePattern;pub use lifecycle_summary::LifecycleSummaryGenerator;pub use lifecycle_summary::SummaryConfig;pub use lifecycle_summary::VariableGroup;pub use ownership_history::BorrowInfo;pub use ownership_history::CloneInfo;pub use ownership_history::OwnershipEvent;pub use ownership_history::OwnershipEventType;pub use ownership_history::OwnershipHistoryRecorder;pub use ownership_history::OwnershipStatistics;pub use ownership_history::OwnershipSummary;pub use ownership_history::RefCountInfo;
Modules§
- lifecycle_
summary - Lifecycle summary generation for enhanced memory analysis
- ownership_
history - Ownership history tracking system