summaryrefslogtreecommitdiffstats
path: root/byterun/gc_ctrl.h
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>2002-02-01 12:23:58 +0000
committerDamien Doligez <damien.doligez-inria.fr>2002-02-01 12:23:58 +0000
commit15c25173cfd956592d37a7a7fe119cb0374437c7 (patch)
tree5ec909e86640d6fcdfd626c3bc4484189ec4fc2b /byterun/gc_ctrl.h
parentcb046b351af420933a158101e57112d9a6cd81d2 (diff)
ajout Gc.top_heap_words
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4335 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'byterun/gc_ctrl.h')
-rw-r--r--byterun/gc_ctrl.h1
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,