mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 05:00:26 +01:00
When enabled the GC will not reclaim any memory on a call to `gc_collect()`. Instead it will grow the heap. Signed-off-by: Damien George <damien@micropython.org>