diff options
author | Damien Doligez <damien.doligez-inria.fr> | 2004-08-17 12:32:02 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 2004-08-17 12:32:02 +0000 |
commit | 2c9f41ab42a8e7cf6cf80176abbd72e4c8bb5487 (patch) | |
tree | d7eeac6d60c2069fbaa77cf402e108f87cdc75a7 | |
parent | 6310a642de9a696dbef29e940082abdfc20e1b05 (diff) |
PR#3002
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@6603 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r-- | stdlib/gc.mli | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/stdlib/gc.mli b/stdlib/gc.mli index bafa8ed9f..c02695d4a 100644 --- a/stdlib/gc.mli +++ b/stdlib/gc.mli @@ -127,7 +127,10 @@ type control = relevant to the byte-code runtime, as the native code runtime uses the operating system's stack. Default: 256k. *) } -(** The GC parameters are given as a [control] record. *) +(** The GC parameters are given as a [control] record. Note that + these parameters can also be initialised by setting the + OCAMLRUNPARAM environment variable. See the documentation of + ocamlrun. *) external stat : unit -> stat = "caml_gc_stat" (** Return the current values of the memory management counters in a |