summaryrefslogtreecommitdiff
path: root/stdlib/gc.mli
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/gc.mli')
-rw-r--r--stdlib/gc.mli3
1 files changed, 3 insertions, 0 deletions
diff --git a/stdlib/gc.mli b/stdlib/gc.mli
index 809998c500..76fb937e4d 100644
--- a/stdlib/gc.mli
+++ b/stdlib/gc.mli
@@ -70,6 +70,9 @@ type stat =
top_heap_words : int;
(** Maximum size reached by the major heap, in words. *)
+
+ stack_size: int;
+ (** Current size of the stack, in words. *)
}
(** The memory management counters are returned in a [stat] record.