Module For_testing.Allocation_report

type t = {
major_words_allocated : Core_kernel__.Import.int;
minor_words_allocated : Core_kernel__.Import.int;
}