summaryrefslogtreecommitdiff
path: root/Include/pymem.h
Commit message (Expand)AuthorAgeFilesLines
* bpo-31474: Fix -Wint-in-bool-context warnings (#3581)Christian Heimes2017-09-151-2/+2
* Silence more 'comparison between signed and unsigned' warnings.Mark Dickinson2010-02-141-4/+4
* Replace the size check for PyMem_MALLOC and PyMem_REALLOC with an almostMark Dickinson2009-12-101-2/+2
* http://bugs.python.org/issue6836Kristján Valur Jónsson2009-09-281-3/+3
* Issue #2620: Overflow checking when allocating or reallocating memoryGregory P. Smith2008-07-221-11/+22
* Merge in release25-maint r60793:Gregory P. Smith2008-06-111-4/+8
* Stop using PyMem_FREE while the GIL is not held. For details see:Neal Norwitz2007-05-021-0/+2
* Years in the making.Tim Peters2006-03-261-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