summaryrefslogtreecommitdiff
path: root/byterun/gc_ctrl.h
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>1997-05-13 14:45:38 +0000
committerDamien Doligez <damien.doligez-inria.fr>1997-05-13 14:45:38 +0000
commit98b6d9e18f4651589835974f6b81052b5fbedf5b (patch)
tree81f1326fd0ccdfd82d417d0172cea799c683cd04 /byterun/gc_ctrl.h
parent2d7df3dd1cf882e3cecdf4f0b7293f5af662db1d (diff)
downloadocaml-98b6d9e18f4651589835974f6b81052b5fbedf5b.tar.gz
compactage
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1539 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'byterun/gc_ctrl.h')
-rw-r--r--byterun/gc_ctrl.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/byterun/gc_ctrl.h b/byterun/gc_ctrl.h
index 1b877c7712..a2753e38cc 100644
--- a/byterun/gc_ctrl.h
+++ b/byterun/gc_ctrl.h
@@ -22,9 +22,10 @@ extern long
stat_major_words,
stat_minor_collections,
stat_major_collections,
- stat_heap_size;
+ stat_heap_size,
+ stat_compactions;
-void init_gc P((long, long, int, int));
+void init_gc P((unsigned long, unsigned long, unsigned long, int, int, int));
#endif /* _gc_ctrl_ */