Module For_testing.Allocation_report

type t = {
major_words_allocated : Base.Int.t;
minor_words_allocated : Base.Int.t;
}