summaryrefslogtreecommitdiffstats
path: root/Objects/mimalloc/init.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typos (#123775)algonell2024-09-091-1/+1
* gh-115491: Keep some fields valid across allocations (free-threading) (#115573)Sam Gross2024-02-201-21/+2
* gh-112532: Tag mimalloc heaps and pages (#113742)Sam Gross2024-01-051-4/+4
* gh-112532: Isolate abandoned segments by interpreter (#113717)Sam Gross2024-01-041-2/+3
* gh-112532: Use separate mimalloc heaps for GC objects (gh-113263)Sam Gross2023-12-261-14/+10
* gh-90815: Add mimalloc memory allocator (#109914)Dino Viehland2023-10-301-0/+709