Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
f7feaec16c6d21cbb3c6c5c9b84288dd3095c005
/
Include
/
pymem.h
0470bab
Issue #2620: Overflow checking when allocating or reallocating memory
by Gregory P. Smith
· 16 years ago
9d53457
Merge in release25-maint r60793:
by Gregory P. Smith
· 16 years ago
d83eb31
Stop using PyMem_FREE while the GIL is not held. For details see:
by Neal Norwitz
· 18 years ago
c9d78aa
Years in the making.
by Tim Peters
· 19 years ago
39f59b0
Remove MALLOC_ZERO_RETURNS_NULL.
by Martin v. Löwis
· 22 years ago
91a681d
Excise DL_EXPORT from Include.
by Mark Hammond
· 22 years ago
8b078f9
Moving pymalloc along.
by Tim Peters
· 23 years ago
51e7f5c
Moving pymalloc along.
by Tim Peters
· 23 years ago
af3e8de
First stab at rationalizing the PyMem_ API. Mixing PyObject_xyz with
by Tim Peters
· 23 years ago
20d0a1a
Remove PyMalloc_* symbols. PyObject_Malloc now uses pymalloc if it's enabled.
by Neil Schemenauer
· 23 years ago
7ccfadf
New PYMALLOC_DEBUG function void _PyMalloc_DebugDumpStats(void).
by Tim Peters
· 23 years ago
d1139e0
PYMALLOC_DEBUG routines: The "check API family" gimmick was going nowhere
by Tim Peters
· 23 years ago
ddea208
Give Python a debug-mode pymalloc, much as sketched on Python-Dev.
by Tim Peters
· 23 years ago
fbb556d
Arrange to export the _PyMalloc_{Malloc, Realloc, Free} entry points. On
by Tim Peters
· 23 years ago
25f3dc2
Drop the PyCore_* memory API.
by Neil Schemenauer
· 23 years ago
11f5be8
Simpilify PyCore_* macros by assuming the function prototypes for
by Neil Schemenauer
· 23 years ago
a5d78cc
Whether platform malloc(0) returns NULL has nothing to do with whether
by Tim Peters
· 23 years ago
76f373d
Repair more now-obsolete references to config.h.
by Tim Peters
· 23 years ago
8586991
REMOVED all CWI, CNRI and BeOpen copyright markings.
by Guido van Rossum
· 24 years ago
dcb45c3
Fix a typo in the PyMem_Resize macro, found by Andrew Kuchling
by Vladimir Marangozov
· 24 years ago
25f6894
patch from Vladimir (move Py_Mem* interface to Include/pymem.h)
by Peter Schneider-Kamp
· 24 years ago