index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Objects
/
obmalloc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #26249: Try test_capi on Windows
Victor Stinner
2016-04-22
1
-6
/
+7
*
PyMem_Malloc() now uses the fast pymalloc allocator
Victor Stinner
2016-04-22
1
-3
/
+3
*
Don't define _PyMem_PymallocEnabled() if pymalloc is disabled
Victor Stinner
2016-04-19
1
-1
/
+1
*
_PyMem_DebugFree(): fix compiler warning on Windows
Victor Stinner
2016-03-23
1
-1
/
+1
*
Fail if PyMem_Malloc() is called without holding the GIL
Victor Stinner
2016-03-16
1
-7
/
+7
*
On memory error, dump the memory block traceback
Victor Stinner
2016-03-15
1
-0
/
+9
*
Check the GIL in PyObject_Malloc()
Victor Stinner
2016-03-14
1
-22
/
+70
*
Add PYTHONMALLOC env var
Victor Stinner
2016-03-14
1
-59
/
+132
*
Issue #23450: Fixed possible integer overflows.
Serhiy Storchaka
2015-02-16
1
-1
/
+1
*
Issue #22335: Fix crash when trying to enlarge a bytearray to 0x7fffffff byte...
Antoine Pitrou
2014-11-02
1
-4
/
+4
|
\
|
*
Issue #22335: Fix crash when trying to enlarge a bytearray to 0x7fffffff byte...
Antoine Pitrou
2014-11-02
1
-4
/
+4
*
|
Issue #21233: Rename the C structure "PyMemAllocator" to "PyMemAllocatorEx" to
Victor Stinner
2014-06-02
1
-7
/
+7
*
|
Issue #21233: Fix _PyObject_Alloc() when compiled with WITH_VALGRIND defined
Victor Stinner
2014-05-06
1
-3
/
+3
*
|
Issue #21233: Oops, Fix _PyObject_Alloc(): initialize nbytes before going to
Victor Stinner
2014-05-02
1
-3
/
+3
*
|
Issue #21233: Add new C functions: PyMem_RawCalloc(), PyMem_Calloc(),
Victor Stinner
2014-05-02
1
-17
/
+109
|
/
*
Issue #18874: _PyObject_Malloc/Realloc/Free() now falls back on
Victor Stinner
2013-10-10
1
-17
/
+19
*
Close #18596: Support address sanity checking in clang/GCC
Nick Coghlan
2013-09-29
1
-0
/
+20
*
Fix minor typo.
Georg Brandl
2013-09-25
1
-1
/
+1
*
Update internal comments to say _something_ about the "API ID".
Tim Peters
2013-09-19
1
-1
/
+3
*
Nerge 3.3 into default.
Tim Peters
2013-09-05
1
-142
/
+416
|
\
|
*
Issue #18408: Fix _PyMem_DebugRealloc()
Victor Stinner
2013-07-09
1
-6
/
+8
|
*
Issue #18203: Add _PyMem_RawStrdup() and _PyMem_Strdup()
Victor Stinner
2013-07-07
1
-0
/
+28
|
*
Issue #3329: Fix _PyObject_ArenaVirtualFree()
Victor Stinner
2013-07-07
1
-1
/
+1
|
*
Issue #3329: Implement the PEP 445
Victor Stinner
2013-07-07
1
-149
/
+355
|
*
Issue #13483: Use VirtualAlloc in obmalloc on Windows.
Martin v. L?wis
2013-06-27
1
-2
/
+12
|
*
Revert changeset 6661a8154eb3: Issue #3329: Add new APIs to customize memory ...
Victor Stinner
2013-06-15
1
-364
/
+137
|
*
Issue #3329: Add new APIs to customize memory allocators
Victor Stinner
2013-06-15
1
-137
/
+364
|
*
Issue #17469: Fix _Py_GetAllocatedBlocks() and sys.getallocatedblocks() when ...
Antoine Pitrou
2013-04-06
1
-3
/
+5
|
*
merge 3.3 (#17228)
Benjamin Peterson
2013-02-20
1
-1
/
+1
|
|
\
|
*
|
Following issue #13390, fix compilation --without-pymalloc, and make sys.geta...
Antoine Pitrou
2012-12-17
1
-0
/
+7
|
*
|
Issue #13390: New function :func:`sys.getallocatedblocks()` returns the numbe...
Antoine Pitrou
2012-12-09
1
-1
/
+20
*
|
|
Issue #18942: sys._debugmallocstats() output was damaged on Windows.
Tim Peters
2013-09-05
1
-1
/
+1
|
|
/
|
/
|
*
|
fix building without pymalloc (closes #17228)
Benjamin Peterson
2013-02-20
1
-1
/
+1
|
/
*
Issue #15144: Fix possible integer overflow when handling pointers as integer...
Antoine Pitrou
2012-09-20
1
-5
/
+2
*
Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allo...
David Malcolm
2012-06-22
1
-33
/
+48
*
Close #14232: catch mmap() failure in new_arena() of obmalloc
Victor Stinner
2012-03-10
1
-3
/
+8
*
Better resolution for issue #11849: Ensure that free()d memory arenas are rea...
Antoine Pitrou
2011-11-26
1
-15
/
+22
*
Issue #11849: Make it more likely for the system allocator to release
Antoine Pitrou
2011-05-03
1
-6
/
+23
*
Issue #8914: fix various warnings from the Clang static analyzer v254.
Brett Cannon
2011-02-22
1
-2
/
+0
*
Issue #8020: Avoid a crash where the small objects allocator would read
Antoine Pitrou
2011-01-07
1
-6
/
+22
*
Indentation cleanup.
Stefan Krah
2010-11-26
1
-9
/
+9
*
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
1
-1073
/
+1073
*
Merged revisions 76644 via svnmerge from
Benjamin Peterson
2009-12-03
1
-0
/
+39
*
merging revision 75106 from trunk:
Kristján Valur Jónsson
2009-09-28
1
-1
/
+1
*
http://bugs.python.org/issue6836
Kristján Valur Jónsson
2009-09-28
1
-17
/
+87
*
Merged revisions 66616 via svnmerge from
Martin v. Löwis
2008-09-25
1
-1
/
+1
*
Merged revisions 66383 via svnmerge from
Martin v. Löwis
2008-09-11
1
-1
/
+3
*
Merged revisions 65975 via svnmerge from
Christian Heimes
2008-08-22
1
-1
/
+1
*
Merged revisions 65182 via svnmerge from
Georg Brandl
2008-07-23
1
-0
/
+18
*
Merged revisions 64114 via svnmerge from
Amaury Forgeot d'Arc
2008-06-18
1
-2
/
+2
[next]