Module Zero_alloc_info
Function summaries computed by zero_alloc analysis and encoded as integers for storing in .cmx files.
val create : unit -> Zero_alloc_info.tval reset : Zero_alloc_info.t -> unitval merge : Zero_alloc_info.t -> into:Zero_alloc_info.t -> unitmerge_checks t ~into modifies into by adding information from t.
val get_value : Zero_alloc_info.t -> string -> Zero_alloc_info.value optionget_value t fun_name returns None if fun_name is not associated with any value.
val set_value : Zero_alloc_info.t -> string -> Zero_alloc_info.value -> unitmodule Raw : sig ... endval to_raw : Zero_alloc_info.t -> Zero_alloc_info.Raw.tval of_raw : Zero_alloc_info.Raw.t -> Zero_alloc_info.t