Garbage Collector
Garbage Collector
This module allows the interaction with the garbage collector from Zerynth programs.
function info()
info()
Returns a tuple of integers:
- Total memory in bytes
- Free memory in bytes
- Memory fragmentation percentage
- Number of allocated blocks
- Number of free blocks
- GC Period: milliseconds between forced collections
- Milliseconds since last collection
- OS free memory in bytes