COMMITS
/ Objects/obmalloc.c October 27, 2022
B
obmalloc: Remove unused variable. (GH-98770)
Benjamin Peterson committed
July 14, 2022
N
gh-94841: Ensure arena_map_get() is inlined in PyObject_Free() (#94842)
neonene committed
May 25, 2022
O
gh-93040 Wrap unused parameters in Objects/obmalloc.c with Py_UNUSED (#93175)
oda-gitso committed
May 3, 2022
M
Add more stats for freelist use and allocations. (GH-92211)
Mark Shannon committed
February 7, 2022
V
bpo-46670: Remove unused macros in the Objects directory (GH-31193)
Victor Stinner committed
February 1, 2022
M
bpo-46072: Add some object layout and allocation stats (GH-31051)
Mark Shannon committed
January 27, 2022
V
bpo-40170: Move _Py_GetAllocatedBlocks() to pycore_pymem.h (GH-30943)
Victor Stinner committed
V
bpo-40170: Remove _Py_GetAllocatedBlocks() function (GH-30940)
Victor Stinner committed
October 21, 2021
N
bpo-45526: obmalloc radix use 64 addr bits (GH-29062)
Neil Schemenauer committed
N
bpo-45521: Fix a bug in the obmalloc radix tree code. (GH-29051)
Neil Schemenauer committed
October 13, 2021
V
bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914)
Victor Stinner committed
October 6, 2021
C
Fix typos in the Objects directory (GH-28766)
Christian Clauss committed
May 21, 2021
M
bpo-44032: Move data stack to thread from FrameObject. (GH-26076)
Mark Shannon 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