Up

Module Gc

Signature

type t = {
minor_heap_size
: int ;
major_heap_increment
: int ;
space_overhead
: int ;
}