diff options
author | Simon Marlow <marlowsd@gmail.com> | 2012-08-21 11:39:06 +0100 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2012-08-21 11:50:45 +0100 |
commit | a68df77ede928e6c7790dacb5925625792a904d3 (patch) | |
tree | 86c01a0c730cdd04214e1b5802deb8b8cfb2e361 /rts/sm/BlockAlloc.h | |
parent | 0a7c5b891f9002b93f1cef3fe5b62aade89a6178 (diff) | |
download | haskell-a68df77ede928e6c7790dacb5925625792a904d3.tar.gz |
Reduce fragmentation when using +RTS -H (with or without a size)
Diffstat (limited to 'rts/sm/BlockAlloc.h')
-rw-r--r-- | rts/sm/BlockAlloc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rts/sm/BlockAlloc.h b/rts/sm/BlockAlloc.h index f8b4204e11..d26bb24cff 100644 --- a/rts/sm/BlockAlloc.h +++ b/rts/sm/BlockAlloc.h @@ -11,6 +11,8 @@ #include "BeginPrivate.h" +bdescr *allocLargeChunk (void); + /* Debugging -------------------------------------------------------------- */ extern nat countBlocks (bdescr *bd); |