index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Objects
/
obmalloc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-141770: Annotate anonymous mmap usage if "-X dev" is used (gh-142079)
Donghee Na
2025-12-08
1
-0/+2
*
GH-131033: Enable the optimizing macros UNLIKELY and LIKELY for Clang (GH-131...
Chris Eibl
2025-08-25
1
-2/+2
*
GH-133136: Revise QSBR to reduce excess memory held (gh-135473)
Neil Schemenauer
2025-06-25
1
-6/+90
*
gh-133931: Introduce _PyObject_XSetRefDelayed to replace Py_XSETREF (gh-134377)
Donghee Na
2025-06-17
1
-0/+15
*
gh-134679: Fix assertion failure in QSBR (gh-134811)
Sam Gross
2025-05-27
1
-11/+11
*
gh-131719: add NULL pointer check to `_PyMem_FreeDelayed` (gh-131720)
Tomasz Pytel
2025-03-25
1
-1/+3
*
gh-128421: Avoid TSAN warnings in `sys._current_frames()` (gh-131548)
Sam Gross
2025-03-24
1
-34/+0
*
gh-131238: Remove pycore_object_deferred.h from pycore_object.h (#131549)
Victor Stinner
2025-03-21
1
-2/+2
*
GH-131238: More refactoring of core header files (GH-131351)
Mark Shannon
2025-03-17
1
-0/+1
*
gh-130794: Process interpreter QSBR queue in _PyMem_AbandonDelayed. (gh-130808)
Sam Gross
2025-03-04
1
-9/+22
*
gh-130519: Fix crash in QSBR when destructor reenters QSBR (gh-130553)
Sam Gross
2025-02-26
1
-9/+31
*
gh-111924: Fix data races when swapping allocators (gh-130287)
Sam Gross
2025-02-20
1
-11/+62
*
gh-130030: Fix crash on 32-bit Linux with free threading (gh-130043)
Sam Gross
2025-02-12
1
-6/+6
*
gh-128360: Add `_Py_AssertHoldsTstate` as assertion for holding a thread stat...
Peter Bierma
2025-01-20
1
-1/+2
*
gh-127314: Don't mention the GIL when calling without a thread state on the f...
Peter Bierma
2024-12-06
1
-0/+7
*
gh-114940: Add _Py_FOR_EACH_TSTATE_UNLOCKED(), and Friends (gh-127077)
Eric Snow
2024-11-21
1
-1/+1
*
gh-124470: Fix crash when reading from object instance dictionary while repla...
Dino Viehland
2024-11-21
1
-14/+48
*
gh-122697: Fix free-threading memory leaks at shutdown (#122703)
Sam Gross
2024-08-08
1
-3/+8
*
gh-121460: Skip freeing unallocated arenas (gh-121491)
Stefano Rivera
2024-07-10
1
-0/+8
*
Fix typos in comments (#120821)
Xie Yanbo
2024-06-24
1
-1/+1
*
gh-112075: Support freeing object memory via QSBR (#116344)
Dino Viehland
2024-03-08
1
-8/+33
*
gh-115103: Delay reuse of mimalloc pages that store PyObjects (#115435)
Sam Gross
2024-03-06
1
-0/+113
*
gh-115891: Fix debug byte filling in free-threaded build (#116018)
Sam Gross
2024-02-28
1
-4/+13
*
gh-115491: Keep some fields valid across allocations in obmalloc (free-thread...
Sam Gross
2024-02-21
1
-4/+27
*
gh-115103: Implement delayed free mechanism for free-threaded builds (#115367)
Sam Gross
2024-02-20
1
-0/+190
*
gh-115184: Fix refleak tracking issues in free-threaded build (#115188)
Sam Gross
2024-02-09
1
-1/+8
*
gh-113055: Use pointer for interp->obmalloc state (gh-113412)
Neil Schemenauer
2024-01-27
1
-6/+115
*
gh-112529: Track if debug allocator is used as underlying allocator (#113747)
Sam Gross
2024-01-16
1
-6/+15
*
gh-112532: Fix memory block count for free-threaded build (gh-113995)
Sam Gross
2024-01-15
1
-18/+27
*
gh-112532: Use separate mimalloc heaps for GC objects (gh-113263)
Sam Gross
2023-12-26
1
-0/+36
*
gh-112532: Require mimalloc in `--disable-gil` builds (gh-112883)
Sam Gross
2023-12-12
1
-2/+13
*
gh-111924: Use PyMutex for Runtime-global Locks. (gh-112207)
Sam Gross
2023-12-07
1
-45/+16
*
gh-90815: Exclude mimalloc .c files from Windows build (#111532)
Dino Viehland
2023-10-31
1
-9/+10
*
gh-90815: Fix _PyMem_MimallocEnabled() compiler warning (#111522)
Victor Stinner
2023-10-30
1
-6/+6
*
gh-90815: Add mimalloc memory allocator (#109914)
Dino Viehland
2023-10-30
1
-19/+248
*
gh-106320: Remove private _PyObject C API (#107147)
Victor Stinner
2023-07-23
1
-0/+1
*
gh-106320: Remove private _PyErr C API functions (#106356)
Victor Stinner
2023-07-03
1
-2/+2
*
gh-100227: Lock Around Modification of the Global Allocators State (gh-105516)
Eric Snow
2023-06-08
1
-52/+177
*
GH-94841: Fix usage of Py_ALWAYS_INLINE (GH-104409)
Brandt Bucher
2023-05-12
1
-1/+1
*
gh-101659: Isolate "obmalloc" State to Each Interpreter (gh-101660)
Eric Snow
2023-04-24
1
-44/+179
*
gh-102255: Improve build support for Windows API partitions (GH-102256)
Max Bachmann
2023-03-09
1
-1/+0
*
gh-81057: Move More Globals to _PyRuntimeState (gh-100092)
Eric Snow
2022-12-07
1
-1/+2
*
gh-81057: Move Globals in Core Code to _PyRuntimeState (gh-99496)
Eric Snow
2022-11-15
1
-6/+0
*
gh-81057: Move the Allocators to _PyRuntimeState (gh-99217)
Eric Snow
2022-11-11
1
-868/+202
*
obmalloc: Remove unused variable. (GH-98770)
Benjamin Peterson
2022-10-27
1
-3/+1
*
gh-94841: Ensure arena_map_get() is inlined in PyObject_Free() (#94842)
neonene
2022-07-14
1
-1/+1
*
gh-93040 Wrap unused parameters in Objects/obmalloc.c with Py_UNUSED (#93175)
oda-gitso
2022-05-25
1
-13/+14
*
Add more stats for freelist use and allocations. (GH-92211)
Mark Shannon
2022-05-03
1
-0/+15
*
bpo-46670: Remove unused macros in the Objects directory (GH-31193)
Victor Stinner
2022-02-07
1
-1/+0
*
bpo-46072: Add some object layout and allocation stats (GH-31051)
Mark Shannon
2022-02-01
1
-0/+4
[next]