gc ()
Causes the garbage collector to run if possible. The garbage collector will not run during a timer or signal handler, but it will flag the need for garbage collection, causing the garbage collector to run immediately after the timer or signal handler exits.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.