COMMITS
/ Objects/obmalloc.c October 27, 2022
M
obmalloc: Remove unused variable. (GH-98770)
Miss Islington (bot) committed
July 15, 2022
N
[3.10] gh-94841: Ensure arena_map_get() is inlined in PyObject_Free() (GH-94842)
Neil Schemenauer committed
October 21, 2021
M
bpo-45521: Fix a bug in the obmalloc radix tree code. (GH-29051) (GH-29122)
Miss Islington (bot) committed
October 7, 2021
C
[3.10] Fix typos in the Objects directory (GH-28766) (GH-28797)
Christian Clauss committed
October 3, 2021
S
[3.10] Remove trailing spaces (GH-28709)
Serhiy Storchaka committed
April 1, 2021
T
When printing stats, move radix tree info to its own section. (GH-25125)
Tim Peters committed
March 30, 2021
N
bpo-37448: Use radix tree for pymalloc address_in_range(). (GH-14474)
Neil Schemenauer committed
June 10, 2020
V
bpo-40943: Replace PY_FORMAT_SIZE_T with "z" (GH-20781)
Victor Stinner committed
April 15, 2020
V
bpo-40268: Remove unused pycore_pymem.h includes (GH-19531)
Victor Stinner committed
March 25, 2020
V
bpo-39882: Add _Py_FatalErrorFormat() function (GH-19157)
Victor Stinner committed
March 6, 2020
V
bpo-39882: Py_FatalError() logs the function name (GH-18819)
Victor Stinner committed
December 27, 2019
B
closes bpo-30364: Replace deprecated no_address_safety_analysis attribute. (GH-17702)
Batuhan Taşkaya committed
November 7, 2019
V
bpo-38733: PyErr_Occurred() caller must hold the GIL (GH-17080)
Victor Stinner committed
October 7, 2019
V
bpo-36389: Fix _PyBytesWriter in release mode (GH-16624)
Victor Stinner committed
August 20, 2019
V
bpo-37732: Fix GCC warning in _PyObject_Malloc() (GH-15333)
Victor Stinner committed
August 14, 2019
H
bpo-37681: no_sanitize_thread support from GCC 5.1 (GH-15096)
Hai Shi committed
July 17, 2019
I
bpo-37543: optimize pymalloc (#14674)
Inada Naoki committed
July 10, 2019
T
Fix compiler warning in new code. (#14690)
Tim Peters committed
N
bpo-37537: Compute allocated blocks in _Py_GetAllocatedBlocks() (#14680)
Neil Schemenauer committed
June 13, 2019
T
bpo-37257: obmalloc: stop simple arena thrashing (#14039)
Tim Peters committed
June 1, 2019
T
bpo-37029: keep usable_arenas in sorted order without searching (#13612)
Tim Peters committed
May 17, 2019
V
bpo-36763: Add PyMemAllocatorName (GH-13387)
Victor Stinner committed
May 14, 2019
I
bpo-27987: pymalloc: align by 16bytes on 64bit platform (GH-12850)
Inada Naoki committed
May 6, 2019
Z
bpo-36594: Fix incorrect use of %p in format strings (GH-12769)
Zackery Spytz committed
April 12, 2019
V
bpo-36611: Disable serialno field of debug memory allocators (#12796)
Victor Stinner committed
April 11, 2019
V
bpo-36389: Change PyMem_SetupDebugHooks() constants (GH-12782)
Victor Stinner committed
V
bpo-36389: _PyObject_IsFreed() now also detects uninitialized memory (GH-12770)
Victor Stinner committed
March 6, 2019
V
bpo-36142: Add _PyPreConfig_SetAllocator() (GH-12187)
Victor Stinner committed
March 5, 2019
V
bpo-36142: Add _PyMem_GetDebugAllocatorsName() (GH-12185)
Victor Stinner committed
November 12, 2018
V
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner committed
November 11, 2018
A
closes bpo-35204: Disable thread and memory sanitizers for address_in_range(). (GH-10442)
Alexey Izbyshev committed
October 31, 2018
V
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner committed
V
bpo-35081: Move Py_BUILD_CORE code to internal/mem.h (GH-10249)
Victor Stinner committed
October 25, 2018
V
bpo-35053: Enhance tracemalloc to trace free lists (GH-10063)
Victor Stinner committed
October 23, 2018
V
bpo-9263: _PyObject_Dump() detects freed memory (GH-10061)
Victor Stinner committed
February 24, 2018
B
remove vestigal locking from obmalloc (GH-5805)
Benjamin Peterson committed
February 4, 2018
L
bpo-32746: Fix multiple typos (GH-5144)
Leo Arias committed
December 12, 2017
S
bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#4748)
Serhiy Storchaka committed
December 6, 2017
V
bpo-32030: Add pymain_get_global_config() (#4735)
Victor Stinner committed
December 1, 2017
V
bpo-32030: Cleanup "path config" code (#4663)
Victor Stinner committed
November 29, 2017
V
bpo-32030: Rework memory allocators (#4625)
Victor Stinner committed
November 24, 2017
V
bpo-32030: Add _PyMainInterpreterConfig_ReadEnv() (#4542)
Victor Stinner committed
V
bpo-32096: Remove obj and mem from _PyRuntime (#4532)
Victor Stinner committed
November 16, 2017
V
bpo-32043: New "developer mode": "-X dev" option (#4413)
Victor Stinner committed
November 15, 2017
V
bpo-32030: Split Py_Main() into subfunctions (#4399)
Victor Stinner committed
November 11, 2017
S
Add the const qualifier to "char *" variables that refer to literal strings. (#4370)
Serhiy Storchaka committed
November 7, 2017
S
bpo-31626: Mark ends of the reallocated block in debug build. (#4210)
Serhiy Storchaka committed
October 31, 2017
V
bpo-18835: Cleanup pymalloc (#4200)
Victor Stinner committed
S
bpo-31626: Fixed a bug in debug memory allocator. (#3844)
Serhiy Storchaka committed
September 14, 2017
V
bpo-30860: Fix deadcode in obmalloc.c (#3499)
Victor Stinner committed