diff options
Diffstat (limited to 'byterun/gc_ctrl.h')
-rw-r--r-- | byterun/gc_ctrl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/byterun/gc_ctrl.h b/byterun/gc_ctrl.h index 4b1a9c735..9140170ad 100644 --- a/byterun/gc_ctrl.h +++ b/byterun/gc_ctrl.h @@ -27,6 +27,7 @@ extern long stat_minor_collections, stat_major_collections, stat_heap_size, + stat_top_heap_size, stat_compactions; void init_gc (unsigned long, unsigned long, unsigned long, |