summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorsimonmar@microsoft.com <unknown>2008-01-30 15:09:21 +0000
committersimonmar@microsoft.com <unknown>2008-01-30 15:09:21 +0000
commit06f9b7c365fb9e9b53723f892b4d63b4f7a56e9a (patch)
tree5ef04f07cb94afe4c3eea0d52834ce2cb2158a90 /includes
parentfaafd34db3f4306b9165d99676f4680dd85b96d4 (diff)
downloadhaskell-06f9b7c365fb9e9b53723f892b4d63b4f7a56e9a.tar.gz
memInventory: optionally dump the memory inventory
in addition to checking for leaks
Diffstat (limited to 'includes')
-rw-r--r--includes/Storage.h2
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 );