[Git][ghc/ghc][master] doc: fix gcdetails_block_fragmentation_bytes since annotation

Marge Bot (@marge-bot) gitlab at gitlab.haskell.org
Wed Feb 1 22:44:28 UTC 2023



Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC


Commits:
354aa47d by Teo Camarasu at 2023-02-01T17:44:00-05:00
doc: fix gcdetails_block_fragmentation_bytes since annotation

- - - - -


1 changed file:

- libraries/base/GHC/Stats.hsc


Changes:

=====================================
libraries/base/GHC/Stats.hsc
=====================================
@@ -162,7 +162,8 @@ data GCDetails = GCDetails {
     -- | The amount of memory lost due to block fragmentation in bytes.
     -- Block fragmentation is the difference between the amount of blocks retained by the RTS and the blocks that are in use.
     -- This occurs when megablocks are only sparsely used, eg, when data that cannot be moved retains a megablock.
-    -- @since 4.17.0.0
+    --
+    -- @since 4.18.0.0
   , gcdetails_block_fragmentation_bytes :: Word64
     -- | The time elapsed during synchronisation before GC
   , gcdetails_sync_elapsed_ns :: RtsTime



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/354aa47d313113855aff9e5c5476fcb56f80e3bf

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/354aa47d313113855aff9e5c5476fcb56f80e3bf
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20230201/31cc540e/attachment-0001.html>


More information about the ghc-commits mailing list