Module boehm
Modules
| ffi | |
| tracing | Precise GC on the heap. |
Structs
| Gc | A garbage collected pointer. |
Functions
| collect | Force a garbage collection. |
| debug_dump | Dump some debugging/diagnostic information to stdout. |
| heap_size | Number of bytes in the garbage collection heap. |
| init | Initialise the GC. This should be called before using any other functions and on the main thread for maximum portability (some platforms don't require this to be called at all). |