Cyclone Scheme
0.28.0
|
Functions to manually trigger a GC. More...
Functions | |
object | copy2heap (void *data, object obj) |
Copy given object to the heap, if it is from the stack. This function is intended to be called directly from application code. Note that only a shallow-copy is performed! For example, a pair object would be copied to the heap but its car and cdr objects would not. More... | |
object | Cyc_trigger_minor_gc (void *data, object cont) |
Trigger a minor GC for the calling thread. More... | |
Functions to manually trigger a GC.