modmicropython: Move mem_info() and qstr_info() functions from unix port.

TODO: Merge useful functionality from modpyb too.
This commit is contained in:
Paul Sokolovsky
2014-12-01 20:41:56 +02:00
parent 17c5ce3727
commit 6e8ff9cd68
3 changed files with 36 additions and 34 deletions

View File

@@ -363,6 +363,8 @@ Q(rect)
Q(mem_total)
Q(mem_current)
Q(mem_peak)
Q(mem_info)
Q(qstr_info)
#endif
#if MICROPY_ENABLE_EMERGENCY_EXCEPTION_BUF && (MICROPY_EMERGENCY_EXCEPTION_BUF_SIZE == 0)