summaryrefslogtreecommitdiff
path: root/Include/pymem.h
Commit message (Expand)AuthorAgeFilesLines
* [3.7] bpo-36389: _PyObject_IsFreed() now also detects uninitialized memory (G...Victor Stinner2019-04-111-2/+0
* [3.7] bpo-9263: _PyObject_Dump() detects freed memory (GH-10061) (GH-10662)Victor Stinner2018-11-221-1/+3
* bpo-32030: Add pymain_get_global_config() (#4735)Victor Stinner2017-12-061-4/+0
* bpo-32030: Rework memory allocators (#4625)Victor Stinner2017-11-291-1/+9
* bpo-32030: Add _PyMainInterpreterConfig_ReadEnv() (#4542)Victor Stinner2017-11-241-0/+6
* bpo-32030: Split Py_Main() into subfunctions (#4399)Victor Stinner2017-11-151-0/+4
* Fix miscellaneous typos (#4275)luzpaz2017-11-051-11/+11
* bpo-30054: Expose tracemalloc C API (#1236)Victor Stinner2017-06-201-8/+5
* Issue #29058: All stable API extensions added after Python 3.2 are nowSerhiy Storchaka2016-12-271-0/+2
* replace Py_(u)intptr_t with the c99 standard typesBenjamin Peterson2016-09-061-3/+3
* Issue #26588:Victor Stinner2016-03-231-1/+1
* Issue #26588: remove debug traces from _tracemalloc.Victor Stinner2016-03-221-2/+0
* Issue #26588: fix compilation on WindowsVictor Stinner2016-03-221-0/+2
* Add C functions _PyTraceMalloc_Track()Victor Stinner2016-03-221-0/+34
* Add PYTHONMALLOC env varVictor Stinner2016-03-141-0/+9
* Issue #21233: Rename the C structure "PyMemAllocator" to "PyMemAllocatorEx" toVictor Stinner2014-06-021-4/+4
* Issue #21233: Add new C functions: PyMem_RawCalloc(), PyMem_Calloc(),Victor Stinner2014-05-021-0/+5
* Issue #19526: Exclude all new API from the stable ABI.Martin v. Löwis2014-01-031-0/+4
* Issue #18203: Add _PyMem_RawStrdup() and _PyMem_Strdup()Victor Stinner2013-07-071-0/+3
* Issue #3329: Implement the PEP 445Victor Stinner2013-07-071-20/+74
* Revert changeset 6661a8154eb3: Issue #3329: Add new APIs to customize memory ...Victor Stinner2013-06-151-71/+20
* Issue #3329: Add new APIs to customize memory allocatorsVictor Stinner2013-06-151-20/+71
* Merged revisions 78189 via svnmerge fromMark Dickinson2010-02-141-4/+4
* Merged revisions 76740 via svnmerge fromMark Dickinson2009-12-101-2/+2
* http://bugs.python.org/issue6836Kristján Valur Jónsson2009-09-281-3/+3
* Merged revisions 65182 via svnmerge fromGeorg Brandl2008-07-231-11/+22
* Merged revisions 64114 via svnmerge fromAmaury Forgeot d'Arc2008-06-181-4/+8
* Merged revisions 55325-55327 via svnmerge fromGuido van Rossum2007-05-141-0/+2
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-10/+7
* Remove MALLOC_ZERO_RETURNS_NULL.Martin v. Löwis2002-11-231-9/+4
* Excise DL_EXPORT from Include.Mark Hammond2002-08-121-3/+3
* Moving pymalloc along.Tim Peters2002-04-281-37/+42
* Moving pymalloc along.Tim Peters2002-04-221-13/+9
* First stab at rationalizing the PyMem_ API. Mixing PyObject_xyz withTim Peters2002-04-121-40/+55
* Remove PyMalloc_* symbols. PyObject_Malloc now uses pymalloc ifNeil Schemenauer2002-04-121-30/+0
* New PYMALLOC_DEBUG function void _PyMalloc_DebugDumpStats(void).Tim Peters2002-04-011-0/+1
* PYMALLOC_DEBUG routines: The "check API family" gimmick was going nowhereTim Peters2002-03-281-6/+6
* Give Python a debug-mode pymalloc, much as sketched on Python-Dev.Tim Peters2002-03-231-3/+17
* Arrange to export the _PyMalloc_{Malloc, Realloc, Free} entry points. OnTim Peters2002-03-201-3/+3
* Drop the PyCore_* memory API.Neil Schemenauer2002-03-181-25/+26
* Simpilify PyCore_* macros by assuming the function prototypes forNeil Schemenauer2002-03-181-68/+4
* Whether platform malloc(0) returns NULL has nothing to do with whetherTim Peters2002-03-021-7/+12
* Repair more now-obsolete references to config.h.Tim Peters2001-07-261-1/+1
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* Fix a typo in the PyMem_Resize macro, found by Andrew KuchlingVladimir Marangozov2000-08-131-1/+1
* patch from Vladimir (move Py_Mem* interface to Include/pymem.h)Peter Schneider-Kamp2000-07-311-0/+179