diff options
author | simonmar@microsoft.com <unknown> | 2008-01-30 15:09:21 +0000 |
---|---|---|
committer | simonmar@microsoft.com <unknown> | 2008-01-30 15:09:21 +0000 |
commit | 06f9b7c365fb9e9b53723f892b4d63b4f7a56e9a (patch) | |
tree | 5ef04f07cb94afe4c3eea0d52834ce2cb2158a90 /includes | |
parent | faafd34db3f4306b9165d99676f4680dd85b96d4 (diff) | |
download | haskell-06f9b7c365fb9e9b53723f892b4d63b4f7a56e9a.tar.gz |
memInventory: optionally dump the memory inventory
in addition to checking for leaks
Diffstat (limited to 'includes')
-rw-r--r-- | includes/Storage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/Storage.h b/includes/Storage.h index 3b3bc1f2f2..d545054cbe 100644 --- a/includes/Storage.h +++ b/includes/Storage.h @@ -542,7 +542,7 @@ extern lnat countOccupied ( bdescr *bd ); extern lnat calcNeeded ( void ); #if defined(DEBUG) -extern void memInventory(void); +extern void memInventory(rtsBool show); extern void checkSanity(void); extern nat countBlocks(bdescr *); extern void checkNurserySanity( step *stp ); |