Angus Gratton
35652ff03c
docs/library/gc: Add some simple examples for gc.threshold().
...
Signed-off-by: Angus Gratton <angus@redyak.com.au >
2026-04-15 15:29:28 +10:00
Angus Gratton
5e7d4bf9a6
docs/library/gc: Add documentation for gc.isenabled().
...
Signed-off-by: Angus Gratton <angus@redyak.com.au >
2026-04-15 15:29:28 +10:00
Angus Gratton
50218dd2a8
docs: Link memory management & gc docs more, reduce duplication.
...
This work was funded through GitHub Sponsors.
Signed-off-by: Angus Gratton <angus@redyak.com.au >
2026-04-15 15:29:28 +10:00
Angus Gratton
92f379cce4
docs/library/gc: Clarify mem_alloc and mem_free only for Python heap.
...
As raised in discussions of the ESP32 memory management changes.
Signed-off-by: Angus Gratton <angus@redyak.com.au >
2023-09-15 12:19:13 +10:00
Paul Sokolovsky
465d84b7e7
docs/library: Add CPython docs xref to each pertinent module.
...
Cross-reference text/link is implemented as RST substitution, so easy to
consistently.
2017-07-02 15:37:31 +03:00
Damien George
7a4694fc4e
docs/library/gc: Fix grammar and improve readability of gc.threshold().
2017-06-26 15:25:51 +10:00
Paul Sokolovsky
c4e3a03fa5
docs/gc: Document gc.threshold() function.
2017-06-24 13:35:41 +03:00
Paul Sokolovsky
4cdddfed8e
docs/gc: Mark mem_alloc()/mem_free() as uPy-specific.
2017-06-24 13:12:09 +03:00
Damien George
a58713a899
docs: Cleanup and update some docs.
2014-10-31 22:21:37 +00:00
Damien George
109c1de015
py: Make gc.enable/disable just control auto-GC; alloc is still allowed.
...
gc.enable/disable are now the same as CPython: they just control whether
automatic garbage collection is enabled or not. If disabled, you can
still allocate heap memory, and initiate a manual collection.
2014-10-31 21:30:46 +00:00
Damien George
88d3054ac0
docs: Import documentation from source-code inline comments.
...
The inline docs (prefixed with /// in .c files) have been converted to
RST format and put in the docs subdirectory.
2014-10-31 01:37:19 +00:00