summaryrefslogtreecommitdiff
path: root/stdlib/gc.ml
diff options
context:
space:
mode:
authorSadiq Jaffer <sadiq@toao.com>2021-12-17 15:01:25 +0000
committerSadiq Jaffer <sadiq@toao.com>2021-12-17 15:01:25 +0000
commitc8c028b1fd435a12d45c3cf4cfc7c4bec1fb56c9 (patch)
treea7a9b567f6ea212ee453dcde12ee32d76ba5be16 /stdlib/gc.ml
parentab592361cbb71edc39a9b1b1a16f22e27b241e07 (diff)
downloadocaml-c8c028b1fd435a12d45c3cf4cfc7c4bec1fb56c9.tar.gz
add some (rather confusing) documentation
Diffstat (limited to 'stdlib/gc.ml')
-rw-r--r--stdlib/gc.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/gc.ml b/stdlib/gc.ml
index 8c7c62ea45..2fed960f63 100644
--- a/stdlib/gc.ml
+++ b/stdlib/gc.ml
@@ -60,7 +60,7 @@ external major_slice : int -> int = "caml_gc_major_slice"
external major : unit -> unit = "caml_gc_major"
external full_major : unit -> unit = "caml_gc_full_major"
external compact : unit -> unit = "caml_gc_compaction"
-(* external get_minor_free : unit -> int = "caml_get_minor_free" *)
+external get_minor_free : unit -> int = "caml_get_minor_free"
(* external get_bucket : int -> int = "caml_get_major_bucket" [@@noalloc] *)
(* external get_credit : unit -> int = "caml_get_major_credit" [@@noalloc] *)
(* external huge_fallback_count : unit -> int = "caml_gc_huge_fallback_count" *)