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 1472ac6f76..2d777f7cae 100644 --- a/rts/sm/BlockAlloc.h +++ b/rts/sm/BlockAlloc.h @@ -16,4 +16,7 @@ extern void checkFreeListSanity(void); nat countFreeList(void); #endif +lnat n_alloc_blocks; // currently allocated blocks +lnat hw_alloc_blocks; // high-water allocated blocks + #endif /* BLOCK_ALLOC_H */ |