Module BatGc


module BatGc: sig .. end
Memory management control and statistics; finalised values.

This module extends Stdlib's Gc module, go there for documentation on the rest of the functions and types.
Author(s): Damien Doligez (Base module), David Teller


val print_stat : 'a BatInnerIO.output -> unit
Print the current values of the memory management counters (in human-readable form) into the channel argument.