package dynamic_gc

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type config = {
  1. min_space_overhead : int;
  2. max_space_overhead : int;
  3. heap_start_worrying_mb : int;
  4. heap_really_worry_mb : int;
}
val setup_dynamic_tuning : config -> unit
val stop_dynamic_tuning : unit -> unit
module ForTestingDoNotUse : sig ... end
OCaml

Innovation. Community. Security.