You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
unix: Option to evenly split GC heap size over multiple heaps.
When multiple GC heaps are enabled for the unix port, the value of the C
macro MICROPY_GC_N_HEAPS determines over how many heaps the requested
heap size is divided. The coverage variant sets this to 4 to cover the
`gc_add()` function and test the multiple heaps feature. The default
is 1.
0 commit comments