Cyclone Scheme
0.28.0
|
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. | |
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.