module Stat: sig .. end
sig
end
type t = {
run_cycles :int;
int
compactions :int;
minor_allocated :int;
major_allocated :int;
promoted :int;
val empty : t
t