mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 05:00:26 +01:00
This allows to enable mem-info functions in micropython module, even if
MICROPY_MEM_STATS is not enabled. In this case, you get mem_info and
qstr_info but not mem_{total,current,peak}.