mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 12:10:13 +01:00
modgc: Add mem_free()/mem_alloc() methods.
Return free/allocated memory on GC heap.
This commit is contained in:
@@ -377,6 +377,8 @@ Q(gc)
|
||||
Q(collect)
|
||||
Q(disable)
|
||||
Q(enable)
|
||||
Q(mem_free)
|
||||
Q(mem_alloc)
|
||||
#endif
|
||||
|
||||
#if MICROPY_PY_BUILTINS_PROPERTY
|
||||
|
||||
Reference in New Issue
Block a user