Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
c410390e89071c4a4c2a437a227c14274add4116
/
Include
/
pymem.h
9820c07
bpo-35134: Add Include/cpython/pymem.h (GH-12840)
by Victor Stinner
· 6 years ago
2b00db6
bpo-36389: _PyObject_IsFreed() now also detects uninitialized memory (GH-12770)
by Victor Stinner
· 6 years ago
2be00d9
bpo-35081: Move Py_BUILD_CORE code to internal/mem.h (GH-10249)
by Victor Stinner
· 6 years ago
626bff8
bpo-9263: Dump Python object on GC assertion failure (GH-10062)
by Victor Stinner
· 6 years ago
6279c1c
bpo-35053: Add Include/tracemalloc.h (GH-10091)
by Victor Stinner
· 6 years ago
9e00e80
bpo-35053: Enhance tracemalloc to trace free lists (GH-10063)
by Victor Stinner
· 6 years ago
82af0b6
bpo-9263: _PyObject_Dump() detects freed memory (GH-10061)
by Victor Stinner
· 6 years ago
6bf992a
bpo-32030: Add pymain_get_global_config() (#4735)
by Victor Stinner
· 7 years ago
5d39e04
bpo-32030: Rework memory allocators (#4625)
by Victor Stinner
· 7 years ago
46972b7
bpo-32030: Add _PyMainInterpreterConfig_ReadEnv() (#4542)
by Victor Stinner
· 7 years ago
f7e5b56
bpo-32030: Split Py_Main() into subfunctions (#4399)
by Victor Stinner
· 7 years ago
a5293b4
Fix miscellaneous typos (#4275)
by luzpaz
· 7 years ago
5ea4c06
bpo-30054: Expose tracemalloc C API (#1236)
by Victor Stinner
· 7 years ago
34d0ac8
Issue #29058: All stable API extensions added after Python 3.2 are now
by Serhiy Storchaka
· 8 years ago
ca47063
replace Py_(u)intptr_t with the c99 standard types
by Benjamin Peterson
· 8 years ago
ca79ccd
Issue #26588:
by Victor Stinner
· 9 years ago
f9a7115
Issue #26588: remove debug traces from _tracemalloc.
by Victor Stinner
· 9 years ago
ff9c534
Issue #26588: fix compilation on Windows
by Victor Stinner
· 9 years ago
10b73e1
Add C functions _PyTraceMalloc_Track()
by Victor Stinner
· 9 years ago
34be807
Add PYTHONMALLOC env var
by Victor Stinner
· 9 years ago
d8f0d92
Issue #21233: Rename the C structure "PyMemAllocator" to "PyMemAllocatorEx" to
by Victor Stinner
· 10 years ago
db067af
Issue #21233: Add new C functions: PyMem_RawCalloc(), PyMem_Calloc(),
by Victor Stinner
· 11 years ago
1c0689c
Issue #19526: Exclude all new API from the stable ABI.
by Martin v. Löwis
· 11 years ago
49fc8ec
Issue #18203: Add _PyMem_RawStrdup() and _PyMem_Strdup()
by Victor Stinner
· 11 years ago
0507bf5
Issue #3329: Implement the PEP 445
by Victor Stinner
· 11 years ago
36f01ad
Revert changeset 6661a8154eb3: Issue #3329: Add new APIs to customize memory allocators
by Victor Stinner
· 11 years ago
4d70562
Issue #3329: Add new APIs to customize memory allocators
by Victor Stinner
· 11 years ago
bbe6306
Merged revisions 78189 via svnmerge from
by Mark Dickinson
· 15 years ago
629dfe2
Merged revisions 76740 via svnmerge from
by Mark Dickinson
· 15 years ago
ae4cfb1
http://bugs.python.org/issue6836
by Kristján Valur Jónsson
· 15 years ago
d492ad8
Merged revisions 65182 via svnmerge from
by Georg Brandl
· 16 years ago
9c74b14
Merged revisions 64114 via svnmerge from
by Amaury Forgeot d'Arc
· 16 years ago
360e4b8
Merged revisions 55325-55327 via svnmerge from
by Guido van Rossum
· 18 years ago
49fd7fa
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
by Thomas Wouters
· 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