diff options
Diffstat (limited to 'rts/sm/BlockAlloc.h')
-rw-r--r-- | rts/sm/BlockAlloc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rts/sm/BlockAlloc.h b/rts/sm/BlockAlloc.h index 00efeb4bbc..b6d451f39f 100644 --- a/rts/sm/BlockAlloc.h +++ b/rts/sm/BlockAlloc.h @@ -13,6 +13,9 @@ BEGIN_RTS_PRIVATE /* Debugging -------------------------------------------------------------- */ +extern nat countBlocks (bdescr *bd); +extern nat countAllocdBlocks (bdescr *bd); + #ifdef DEBUG void checkFreeListSanity(void); nat countFreeList(void); |