summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/memory.rst
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Issue #21233: Add new C functions: PyMem_RawCalloc(), PyMem_Calloc(),Victor Stinner2014-05-021-4/+32
|/
* Issue #18874: _PyObject_Malloc/Realloc/Free() now falls back onVictor Stinner2013-10-101-2/+2
* Issue #3329: Implement the PEP 445Victor Stinner2013-07-071-1/+170
* Revert changeset 6661a8154eb3: Issue #3329: Add new APIs to customize memory ...Victor Stinner2013-06-151-120/+1
* Issue #3329: Add new APIs to customize memory allocatorsVictor Stinner2013-06-141-1/+120
* Clean up references to the no longer existing PyString_ APIs in our docs.Gregory P. Smith2013-03-221-3/+3
* fix docs for c-api memory functionsAndrew Svetlov2012-08-091-3/+3
* Migrate to Sphinx 1.0 C language constructs.Georg Brandl2010-10-061-24/+24
* Merged revisions 65182 via svnmerge fromGeorg Brandl2008-07-231-1/+3
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+207