Skip to content
Snippets Groups Projects
Commit 4cdddfed authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

docs/gc: Mark mem_alloc()/mem_free() as uPy-specific.

parent b50659e1
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,17 @@ Functions
Return the number of bytes of heap RAM that are allocated.
.. admonition:: Difference to CPython
:class: attention
This function is MicroPython extension.
.. function:: mem_free()
Return the number of bytes of available heap RAM.
Return the number of bytes of available heap RAM, or -1 if this amount
is not known.
.. admonition:: Difference to CPython
:class: attention
This function is MicroPython extension.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment