COMMITS
/ Objects/obmalloc.c March 31, 2017
T
Fix spurious MemoryError introduced by PR #886. (#930)
T. Wouters committed
T
bpo-29941: Assert fixes (#886)
T. Wouters committed
September 19, 2016
B
correct silly spelling problem
Benjamin Peterson committed
B
replace obmalloc's homegrown uptr and uchar types with standard ones
Benjamin Peterson committed
B
improvements to code that checks whether Python (obmalloc) allocated an address
Benjamin Peterson committed
September 7, 2016
B
replace PY_SIZE_MAX with SIZE_MAX
Benjamin Peterson committed
September 6, 2016
B
replace Py_(u)intptr_t with the c99 standard types
Benjamin Peterson committed
April 22, 2016
V
Issue #26249: Try test_capi on Windows
Victor Stinner committed
V
PyMem_Malloc() now uses the fast pymalloc allocator
Victor Stinner committed
April 19, 2016
V
Don't define _PyMem_PymallocEnabled() if pymalloc is disabled
Victor Stinner committed
March 23, 2016
V
_PyMem_DebugFree(): fix compiler warning on Windows
Victor Stinner committed
March 16, 2016
V
Fail if PyMem_Malloc() is called without holding the GIL
Victor Stinner committed
March 15, 2016
V
On memory error, dump the memory block traceback
Victor Stinner committed
March 14, 2016
V
Check the GIL in PyObject_Malloc()
Victor Stinner committed
V
Add PYTHONMALLOC env var
Victor Stinner committed
February 16, 2015
S
Issue #23450: Fixed possible integer overflows.
Serhiy Storchaka committed
November 2, 2014
A
Issue #22335: Fix crash when trying to enlarge a bytearray to 0x7fffffff bytes on a 32-bit platform.
Antoine Pitrou committed
A
Issue #22335: Fix crash when trying to enlarge a bytearray to 0x7fffffff bytes on a 32-bit platform.
Antoine Pitrou committed
June 2, 2014
V
Issue #21233: Rename the C structure "PyMemAllocator" to "PyMemAllocatorEx" to
Victor Stinner committed
May 6, 2014
V
Issue #21233: Fix _PyObject_Alloc() when compiled with WITH_VALGRIND defined
Victor Stinner committed
May 2, 2014
V
Issue #21233: Oops, Fix _PyObject_Alloc(): initialize nbytes before going to
Victor Stinner committed
V
Issue #21233: Add new C functions: PyMem_RawCalloc(), PyMem_Calloc(),
Victor Stinner committed
October 10, 2013
V
Issue #18874: _PyObject_Malloc/Realloc/Free() now falls back on
Victor Stinner committed
September 28, 2013
N
Close #18596: Support address sanity checking in clang/GCC
Nick Coghlan committed
September 25, 2013
G
Fix minor typo.
Georg Brandl committed
September 20, 2013
T
Update internal comments to say _something_ about the "API ID".
Tim Peters committed
September 6, 2013
T
Nerge 3.3 into default.
Tim Peters committed
T
Issue #18942: sys._debugmallocstats() output was damaged on Windows.
Tim Peters committed
July 8, 2013
V
Issue #18408: Fix _PyMem_DebugRealloc()
Victor Stinner committed
July 7, 2013
V
Issue #18203: Add _PyMem_RawStrdup() and _PyMem_Strdup()
Victor Stinner committed
V
Issue #3329: Fix _PyObject_ArenaVirtualFree()
Victor Stinner committed
V
Issue #3329: Implement the PEP 445
Victor Stinner committed
June 27, 2013
M
Issue #13483: Use VirtualAlloc in obmalloc on Windows.
Martin v. Löwis committed
June 15, 2013
V
Revert changeset 6661a8154eb3: Issue #3329: Add new APIs to customize memory allocators
Victor Stinner committed
June 14, 2013
V
Issue #3329: Add new APIs to customize memory allocators
Victor Stinner committed
April 5, 2013
A
Issue #17469: Fix _Py_GetAllocatedBlocks() and sys.getallocatedblocks() when running on valgrind.
Antoine Pitrou committed
February 20, 2013
B
merge 3.3 (#17228)
Benjamin Peterson committed
B
fix building without pymalloc (closes #17228)
Benjamin Peterson committed
December 17, 2012
December 9, 2012
September 20, 2012
June 22, 2012
D
Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allocation issues
David Malcolm committed
March 9, 2012
V
Close #14232: catch mmap() failure in new_arena() of obmalloc
Victor Stinner committed
November 26, 2011
A
Better resolution for issue #11849: Ensure that free()d memory arenas are really released
Antoine Pitrou committed
May 3, 2011
A
Issue #11849: Make it more likely for the system allocator to release
Antoine Pitrou committed
February 22, 2011
B
Issue #8914: fix various warnings from the Clang static analyzer v254.
Brett Cannon committed
January 7, 2011
A
Issue #8020: Avoid a crash where the small objects allocator would read
Antoine Pitrou committed
November 26, 2010
S
Indentation cleanup.
Stefan Krah committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
December 3, 2009
B
Merged revisions 76644 via svnmerge from
Benjamin Peterson committed