summaryrefslogtreecommitdiff
path: root/stdlib/gc.ml
diff options
context:
space:
mode:
authorKC Sivaramakrishnan <kc@kcsrk.info>2018-03-28 01:13:57 +0100
committerKC Sivaramakrishnan <kc@kcsrk.info>2018-03-28 01:13:57 +0100
commite11f1ccd819b60e181beb9276b253cbcab6f7012 (patch)
tree602095779639d323336292451047b7e5de8f603d /stdlib/gc.ml
parentb9dffcc6a8b709e360d4a98ed2e862b645c3274d (diff)
parent0d68080b95016f747b7cb63dd36ccdd42d40016e (diff)
downloadocaml-e11f1ccd819b60e181beb9276b253cbcab6f7012.tar.gz
Bootstrap for 4.06.0 updates
Diffstat (limited to 'stdlib/gc.ml')
-rw-r--r--stdlib/gc.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/gc.ml b/stdlib/gc.ml
index 1bfbd21f55..7d95ada9cb 100644
--- a/stdlib/gc.ml
+++ b/stdlib/gc.ml
@@ -47,7 +47,7 @@ external stat : unit -> stat = "caml_gc_stat"
external quick_stat : unit -> stat = "caml_gc_quick_stat"
external counters : unit -> (float * float * float) = "caml_gc_counters"
external minor_words : unit -> (float [@unboxed])
- = "caml_gc_minor_words" "caml_gc_minor_words_unboxed" [@@noalloc]
+ = "caml_gc_minor_words" "caml_gc_minor_words_unboxed"
external get : unit -> control = "caml_gc_get"
external set : control -> unit = "caml_gc_set"
external minor : unit -> unit = "caml_gc_minor"
@@ -55,7 +55,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" [@@noalloc] *)
+(* 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" *)