package core_kernel

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module For_testing.Allocation_report

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