ghc-debug-client
Safe HaskellNone
LanguageHaskell2010

GHC.Debug.ObjectEquiv

Description

Attempt to find duplicate objects on the heap. The analysis is not exact but attempts to find closures which are identical, and could be shared.

Documentation

type EquivMap = OrdPSQ PtrClosure Int ClosurePtr Source #

close