package hack_parallel

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

* Copyright (c) 2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. *

type t = {
  1. mutable init_parsing_heap_size : int;
  2. mutable init_heap_size : int;
  3. mutable max_heap_size : int;
  4. gc_stat : Gc.stat;
}
val stats : t
val get_stats : unit -> t
val update_max_heap_size : int -> unit
val to_json : t -> Hh_json.json