Skip to content

Commit

Permalink
fix cgc stat reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
shwestrick committed Feb 16, 2024
1 parent a5d4627 commit 67f419d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basis-library/mpl/gc.sml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ struct

fun ccBytesReclaimed () =
C_UIntmax.toLargeInt
(sumAllProcs C_UIntmax.max getCCBytesReclaimedOfProc)
(sumAllProcs C_UIntmax.+ getCCBytesReclaimedOfProc)


(* ======================================================================
Expand Down

0 comments on commit 67f419d

Please sign in to comment.