Joy Online Manual

NAME
gc - Run the garbage collector

SYNOPSIS

gc()

DESCRIPTION
Forces a garbage collection. Since garbage collection is done automatically when needed, this function is useful mainly for debugging.

EXAMPLE

js> gc()
before 13617, after 7047, break 00726000

Index