(gc-value name) name: a sym returns any type
F
Retrieves information about the garbage collector.
name must be one of the following symbols:
ratioreturns the garbage collector's current ratio as a floating-point number.min-ratioanddefault-ratioreturn the minimum and default values forratio, as a floating-point number.young-bytes,old-bytesandghost-bytesreturns the number of bytes in each of the garbage collector's generations, as an integer.
See also: gc-value=