Skip to content

Initialize the allocation counter in GHCi to 0 (Fixes #16012)

Roland Senn requested to merge RolandSenn/ghc:T16012 into master

Following the documentation for the function getAllocationCounter in System.Mem initialize the allocationCounter also in GHCi to 0.

Merge request reports