logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

"Devel::MAT::Tool::ListDanglingPtrs" - display a list of SV pointer fields that do not point at known SVs

Author

       Paul Evans <leonerd@leonerd.org.uk>

perl v5.40.0                                       2024-10-20             Devel::MAT::Too...istDanglingPtrs(3pm)

Commands

list-dangling-ptrs
          pmat> list-dangling-ptrs
          CODE(proto) at 0x55b9d83ae3d8 has no constval SV at addr 0x55b9d83963f0
          ...

       Prints a list of fields in SVs which do not point at other valid SVs.

Description

       This "Devel::MAT" tool displays a list of fields from known SVs containing non-NULL addresses, but which
       do not point to other known SVs. These are so-called "dangling pointers".

Name

       "Devel::MAT::Tool::ListDanglingPtrs" - display a list of SV pointer fields that do not point at known SVs

See Also