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
/
mimalloc
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-115103: Delay reuse of mimalloc pages that store PyObjects (#115435)
Sam Gross
2024-03-06
3
-6/+53
*
gh-115103: Enable internal mimalloc assertions in debug builds (#116343)
Sam Gross
2024-03-05
1
-0/+3
*
chore: fix typos (#116345)
cui fliter
2024-03-05
1
-1/+1
*
gh-115491: Fix Clang compiler warning (#116153)
Sam Gross
2024-03-01
1
-1/+1
*
gh-115491: Keep some fields valid across allocations (free-threading) (#115573)
Sam Gross
2024-02-20
3
-25/+16
*
gh-115184: Fix refleak tracking issues in free-threaded build (#115188)
Sam Gross
2024-02-09
1
-1/+1
*
gh-112532: Improve mimalloc page visiting (#114133)
Sam Gross
2024-01-22
2
-34/+130
*
gh-112808: Fix mimalloc build on Solaris (#112809)
Jakub Kulík
2024-01-08
1
-1/+1
*
gh-112806: Remove unused function warnings during mimalloc build on Solaris (...
Jakub Kulík
2024-01-08
1
-2/+2
*
gh-112532: Tag mimalloc heaps and pages (#113742)
Sam Gross
2024-01-05
4
-13/+30
*
gh-112532: Isolate abandoned segments by interpreter (#113717)
Sam Gross
2024-01-04
2
-58/+44
*
gh-112532: Use separate mimalloc heaps for GC objects (gh-113263)
Sam Gross
2023-12-26
2
-22/+31
*
gh-112027: Don't print mimalloc warning after mmap() call (gh-113372)
Sam Gross
2023-12-22
1
-2/+2
*
gh-111906: Fix warnings during mimalloc build on FreeBSD (#111907)
Furkan Onder
2023-11-14
1
-2/+2
*
gh-111544: Fix mimalloc build on AIX (#111593)
Ayappan Perumal
2023-11-02
1
-2/+2
*
gh-90815: Fix mimalloc build on WASI (#111524)
Victor Stinner
2023-10-30
1
-0/+1
*
gh-90815: Add mimalloc memory allocator (#109914)
Dino Viehland
2023-10-30
29
-0/+12961