help is appreciated - memory allocated by m_malloc() is automatically free'ed
-
Onlinedhylands
- Posts: 3599
- Joined: Mon Jan 06, 2014 6:08 pm
- Location: Peachland, BC, Canada
- Contact:
Re: help is appreciated - memory allocated by m_malloc() is automatically free'ed
If MICROPY_GC_CONSERVATIVE_CLEAR is set (which it is by default), then any allocated objects are cleared.