summaryrefslogtreecommitdiff
path: root/Include/pymem.h
Commit message (Expand)AuthorAgeFilesLines
* Backport code from r65182:Neal Norwitz2008-07-281-11/+22
* Added checks for integer overflows, contributed by Google. Some areMartin v. Löwis2008-02-141-4/+8
* 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