Module GMain.Gc_custom

module Gc_custom: sig .. end

val set_speed : int -> unit

make the allocation of custom blocks contribute more or less to the GC cycle. 0 means do nothing, 100 is as in lablgtk 2.18.3. The default is 10.

val get_speed : unit -> int