summaryrefslogtreecommitdiffstats
path: root/Objects/mimalloc
Commit message (Expand)AuthorAgeFilesLines
* gh-115103: Delay reuse of mimalloc pages that store PyObjects (#115435)Sam Gross2024-03-063-6/+53
* gh-115103: Enable internal mimalloc assertions in debug builds (#116343)Sam Gross2024-03-051-0/+3
* chore: fix typos (#116345)cui fliter2024-03-051-1/+1
* gh-115491: Fix Clang compiler warning (#116153)Sam Gross2024-03-011-1/+1
* gh-115491: Keep some fields valid across allocations (free-threading) (#115573)Sam Gross2024-02-203-25/+16
* gh-115184: Fix refleak tracking issues in free-threaded build (#115188)Sam Gross2024-02-091-1/+1
* gh-112532: Improve mimalloc page visiting (#114133)Sam Gross2024-01-222-34/+130
* gh-112808: Fix mimalloc build on Solaris (#112809)Jakub Kulík2024-01-081-1/+1
* gh-112806: Remove unused function warnings during mimalloc build on Solaris (...Jakub Kulík2024-01-081-2/+2
* gh-112532: Tag mimalloc heaps and pages (#113742)Sam Gross2024-01-054-13/+30
* gh-112532: Isolate abandoned segments by interpreter (#113717)Sam Gross2024-01-042-58/+44
* gh-112532: Use separate mimalloc heaps for GC objects (gh-113263)Sam Gross2023-12-262-22/+31
* gh-112027: Don't print mimalloc warning after mmap() call (gh-113372)Sam Gross2023-12-221-2/+2
* gh-111906: Fix warnings during mimalloc build on FreeBSD (#111907)Furkan Onder2023-11-141-2/+2
* gh-111544: Fix mimalloc build on AIX (#111593)Ayappan Perumal2023-11-021-2/+2
* gh-90815: Fix mimalloc build on WASI (#111524)Victor Stinner2023-10-301-0/+1
* gh-90815: Add mimalloc memory allocator (#109914)Dino Viehland2023-10-3029-0/+12961