Module DynamicGcSource

Sourcetype config = {
  1. min_space_overhead : int;
  2. max_space_overhead : int;
  3. heap_start_worrying_mb : int;
  4. heap_really_worry_mb : int;
}
Sourceval setup_dynamic_tuning : config -> unit
Sourceval stop_dynamic_tuning : unit -> unit
Sourcemodule ForTestingDoNotUse : sig ... end