summaryrefslogtreecommitdiff
path: root/stdlib/gc.ml
diff options
context:
space:
mode:
authorSadiq Jaffer <sadiq@toao.com>2022-01-07 14:41:26 +0000
committerSadiq Jaffer <sadiq@toao.com>2022-01-07 14:41:26 +0000
commit09a2079da250487adb81ec2ed17877591a64fa02 (patch)
tree6ae422fae56b4a6093bc265a8e54ccc9fe5511dd /stdlib/gc.ml
parent1ec4058cc9236cc43a87435a3e3fa1f132a2df27 (diff)
downloadocaml-09a2079da250487adb81ec2ed17877591a64fa02.tar.gz
remove get_bucket, get_credit and huge_fallback_count
Diffstat (limited to 'stdlib/gc.ml')
-rw-r--r--stdlib/gc.ml3
1 files changed, 0 insertions, 3 deletions
diff --git a/stdlib/gc.ml b/stdlib/gc.ml
index 2fed960f63..64b1d8aff6 100644
--- a/stdlib/gc.ml
+++ b/stdlib/gc.ml
@@ -61,9 +61,6 @@ 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_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" *)
external eventlog_pause : unit -> unit = "caml_eventlog_pause"
external eventlog_resume : unit -> unit = "caml_eventlog_resume"