summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/memory.rst
Commit message (Expand)AuthorAgeFilesLines
* gh-90815: Add mimalloc memory allocator (#109914)Dino Viehland2023-10-301-0/+12
* C-API docs: Clarify the size of arenas (#110895)Mienxiu2023-10-161-1/+2
* gh-110631: Fix reST indentation (#110724)Ezio Melotti2023-10-111-12/+12
* gh-105766: Document that Custom Allocators Must Be Thread-Safe (gh-107519)Eric Snow2023-07-311-0/+6
* gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345)Serhiy Storchaka2023-07-271-0/+2
* gh-107298: Fix more Sphinx warnings in the C API doc (#107329)Victor Stinner2023-07-271-8/+8
* gh-106948: Add standard external names to nitpick_ignore (GH-106949)Serhiy Storchaka2023-07-221-1/+1
* gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920)Serhiy Storchaka2023-07-211-9/+9
* gh-96997: Clarify the contract of PyMem_SetAllocator() (#98977)Pablo Galindo Salgado2022-11-021-0/+21
* gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)Adam Turner2022-10-051-6/+6
* gh-93738: Documentation C syntax (:c:type:`TYPE` -> :c:expr:`TYPE`) (#97770)Adam Turner2022-10-041-2/+2
* Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH...Ned Batchelder2022-07-051-1/+1
* c-api docs: There are five fields, not four (GH-32379)Jelle Zijlstra2022-04-071-1/+1
* More minor fixes to C API docs (GH-31525)Jelle Zijlstra2022-04-021-1/+1
* Fix a small typo in the docs (GH-26991)Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)2021-07-031-1/+1
* bpo-44113: Deprecate old functions to config Python init (GH-26060)Victor Stinner2021-05-121-0/+2
* bpo-43928: Fix 'succesfully' typo in document (GH-25569)JT2021-04-301-1/+1
* bpo-43774: Remove unused PYMALLOC_DEBUG macro (GH-25711)Victor Stinner2021-04-291-38/+111
* bpo-43774: Document configure options (GH-25283)Victor Stinner2021-04-081-6/+7
* bpo-3329: Fix typo in PyObjectArenaAllocator doc (GH-24795)Victor Stinner2021-03-091-1/+1
* Fix Sphynx syntax in the memory.rst documentv3.10.0a5Pablo Galindo2021-02-021-1/+1
* Add a clarification for the object-domain allocators regarding pointer validi...Pablo Galindo2021-01-191-0/+7
* Add a paragraph about allocation domains to the C-API docs (GH-24252)Pablo Galindo2021-01-181-1/+32
* bpo-40204, doc: Fix syntax of C variables (GH-21846)Victor Stinner2020-08-131-13/+13
* fix(doc): set correct RST syntax for c:function (GH-18589)Julien Danjou2020-02-211-2/+2
* bpo-38600: NULL -> ``NULL``. (GH-17001)Serhiy Storchaka2019-10-301-1/+1
* bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)Serhiy Storchaka2019-10-301-28/+28
* Remove trailing .0 from version changed note (GH-14987)Nick Coghlan2019-07-281-1/+1
* closes bpo-37508: Fix name of type in memory.rst. (GH-14604)Hai Shi2019-07-061-1/+1
* Doc: Replace the deprecated highlightlang directive by highlight. (#13377)Stéphane Wirtel2019-05-171-1/+1
* bpo-36389: Change PyMem_SetupDebugHooks() constants (GH-12782)Victor Stinner2019-04-111-2/+9
* Fix typo in Memory Management doc. (GH-10798)Kevin Adler2018-11-301-1/+1
* bpo-33892: Doc: Use gender neutral words (GH-7770)Andrés Delfino2018-06-181-1/+1
* Make formatting of some return codes conforming to the general style. (#5587)Serhiy Storchaka2018-02-091-1/+1
* bpo-32030: Rework memory allocators (#4625)Victor Stinner2017-11-291-9/+38
* Replace KB unit with KiB (#4293)Victor Stinner2017-11-081-1/+1
* bpo-20064: Document PyObject_Malloc() (#4199)Victor Stinner2017-10-311-1/+64
* bpo-30054: Expose tracemalloc C API (#1236)Victor Stinner2017-06-201-0/+22
* fix minor bug in pymalloc. (#335)INADA Naoki2017-02-271-1/+1
* PyMem_Malloc() now uses the fast pymalloc allocatorVictor Stinner2016-04-221-23/+37
* Fix typo in doc: avoid the french "& cie" :-)Victor Stinner2016-03-231-1/+1
* Doc: fix typos, patch written by Stefan BehnelVictor Stinner2016-03-181-1/+1
* Enhance documentation on malloc debug hooksVictor Stinner2016-03-181-3/+6
* On memory error, dump the memory block tracebackVictor Stinner2016-03-151-0/+7
* Check the GIL in PyObject_Malloc()Victor Stinner2016-03-141-3/+6
* Add PYTHONMALLOC env varVictor Stinner2016-03-141-12/+26
* Issue #26516: Enhance Python mem allocators docVictor Stinner2016-03-091-43/+77
* Merge: #23957: fix typo.R David Murray2015-04-141-1/+1
|\
| * #23957: fix typo.R David Murray2015-04-141-1/+1
* | Issue #21233: Rename the C structure "PyMemAllocator" to "PyMemAllocatorEx" toVictor Stinner2014-06-021-4/+6