Module circular_reference

Module circular_reference 

Source
Expand description

Circular reference detection for smart pointers

This module provides functionality to detect circular references in Rc/Arc smart pointers that can lead to memory leaks.

Structs§

CircularReference
Represents a detected circular reference
CircularReferenceAnalysis
Analysis result for circular reference detection
CircularReferenceNode
Node in a circular reference path
CircularReferenceStatistics
Statistics for circular reference analysis

Enums§

CircularReferenceSeverity
Severity levels for circular references
CircularReferenceType
Types of circular references

Functions§

detect_circular_references
Detect circular references in smart pointer allocations