(gc)
  returns #n
F

Runs the garbage collector.

The amount of work done by this call is proportional to the amount of memory allocated (in bytes) since the last time gc was called. It's designed to be called once per frame, e.g. sixty times per second.

unix-time
gc-value