We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c309206 commit b0da5cbCopy full SHA for b0da5cb
docs/library/gc.rst
@@ -24,7 +24,7 @@ Functions
24
25
.. function:: mem_alloc()
26
27
- Return the number of bytes of heap RAM that are allocated.
+ Return the number of bytes of heap RAM that are allocated by Python code.
28
29
.. admonition:: Difference to CPython
30
:class: attention
@@ -33,8 +33,8 @@ Functions
33
34
.. function:: mem_free()
35
36
- Return the number of bytes of available heap RAM, or -1 if this amount
37
- is not known.
+ Return the number of bytes of heap RAM that is available for Python
+ code to allocate, or -1 if this amount is not known.
38
39
40
0 commit comments