COMMITS
/ Objects/obmalloc.c August 25, 2025
C
GH-131033: Enable the optimizing macros UNLIKELY and LIKELY for Clang (GH-131019)
Chris Eibl committed
June 25, 2025
N
GH-133136: Revise QSBR to reduce excess memory held (gh-135473)
Neil Schemenauer committed
June 17, 2025
D
gh-133931: Introduce _PyObject_XSetRefDelayed to replace Py_XSETREF (gh-134377)
Donghee Na committed
May 27, 2025
S
gh-134679: Fix assertion failure in QSBR (gh-134811)
Sam Gross committed
March 25, 2025
T
gh-131719: add NULL pointer check to `_PyMem_FreeDelayed` (gh-131720)
Tomasz Pytel committed
March 24, 2025
S
gh-128421: Avoid TSAN warnings in `sys._current_frames()` (gh-131548)
Sam Gross committed
March 21, 2025
V
gh-131238: Remove pycore_object_deferred.h from pycore_object.h (#131549)
Victor Stinner committed
March 17, 2025
M
GH-131238: More refactoring of core header files (GH-131351)
Mark Shannon committed
March 4, 2025
S
gh-130794: Process interpreter QSBR queue in _PyMem_AbandonDelayed. (gh-130808)
Sam Gross committed
February 26, 2025
S
gh-130519: Fix crash in QSBR when destructor reenters QSBR (gh-130553)
Sam Gross committed
February 20, 2025
S
gh-111924: Fix data races when swapping allocators (gh-130287)
Sam Gross committed
February 12, 2025
S
gh-130030: Fix crash on 32-bit Linux with free threading (gh-130043)
Sam Gross committed
January 20, 2025
P
gh-128360: Add `_Py_AssertHoldsTstate` as assertion for holding a thread state (#128361)
Peter Bierma committed
December 6, 2024
November 21, 2024
E
gh-114940: Add _Py_FOR_EACH_TSTATE_UNLOCKED(), and Friends (gh-127077)
Eric Snow committed
D
gh-124470: Fix crash when reading from object instance dictionary while replacing it (#122489)
Dino Viehland committed
August 8, 2024
S
gh-122697: Fix free-threading memory leaks at shutdown (#122703)
Sam Gross committed
July 10, 2024
S
gh-121460: Skip freeing unallocated arenas (gh-121491)
Stefano Rivera committed
June 24, 2024
X
Fix typos in comments (#120821)
Xie Yanbo committed
March 8, 2024
D
gh-112075: Support freeing object memory via QSBR (#116344)
Dino Viehland committed
March 6, 2024
S
gh-115103: Delay reuse of mimalloc pages that store PyObjects (#115435)
Sam Gross committed
February 28, 2024
S
gh-115891: Fix debug byte filling in free-threaded build (#116018)
Sam Gross committed
February 21, 2024
February 20, 2024
S
gh-115103: Implement delayed free mechanism for free-threaded builds (#115367)
Sam Gross committed
February 9, 2024
S
gh-115184: Fix refleak tracking issues in free-threaded build (#115188)
Sam Gross committed
January 27, 2024
N
gh-113055: Use pointer for interp->obmalloc state (gh-113412)
Neil Schemenauer committed
January 16, 2024
S
gh-112529: Track if debug allocator is used as underlying allocator (#113747)
Sam Gross committed
January 15, 2024
S
gh-112532: Fix memory block count for free-threaded build (gh-113995)
Sam Gross committed
December 26, 2023
S
gh-112532: Use separate mimalloc heaps for GC objects (gh-113263)
Sam Gross committed
December 12, 2023
S
gh-112532: Require mimalloc in `--disable-gil` builds (gh-112883)
Sam Gross committed
December 7, 2023
S
gh-111924: Use PyMutex for Runtime-global Locks. (gh-112207)
Sam Gross committed
October 31, 2023
D
gh-90815: Exclude mimalloc .c files from Windows build (#111532)
Dino Viehland committed
October 30, 2023
V
gh-90815: Fix _PyMem_MimallocEnabled() compiler warning (#111522)
Victor Stinner committed
D
gh-90815: Add mimalloc memory allocator (#109914)
Dino Viehland committed
July 23, 2023
V
gh-106320: Remove private _PyObject C API (#107147)
Victor Stinner committed
July 3, 2023
V
gh-106320: Remove private _PyErr C API functions (#106356)
Victor Stinner committed
June 8, 2023
E
gh-100227: Lock Around Modification of the Global Allocators State (gh-105516)
Eric Snow committed
May 12, 2023
B
GH-94841: Fix usage of Py_ALWAYS_INLINE (GH-104409)
Brandt Bucher committed
April 24, 2023
E
gh-101659: Isolate "obmalloc" State to Each Interpreter (gh-101660)
Eric Snow committed
March 9, 2023
M
gh-102255: Improve build support for Windows API partitions (GH-102256)
Max Bachmann committed
December 7, 2022
E
gh-81057: Move More Globals to _PyRuntimeState (gh-100092)
Eric Snow committed
November 15, 2022
E
gh-81057: Move Globals in Core Code to _PyRuntimeState (gh-99496)
Eric Snow committed
November 11, 2022
E
gh-81057: Move the Allocators to _PyRuntimeState (gh-99217)
Eric Snow committed
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