Cyclone Scheme  0.28.0
Modules
Garbage collection

The Cyclone runtime's garbage collector (GC) More...

Modules

 Major GC
 Major GC is responsible for removing unused objects from the heap.
 
 Minor GC
 Minor GC is called periodically to copy live objects off of a thread stack.
 

Detailed Description

The Cyclone runtime's garbage collector (GC)

When using the FFI there is normally no need to call into this code unless something is specifically mentioned in the User Manual.