summaryrefslogtreecommitdiffstats
path: root/Include/internal/mimalloc
Commit message (Expand)AuthorAgeFilesLines
* gh-115103: Delay reuse of mimalloc pages that store PyObjects (#115435)Sam Gross2024-03-061-1/+8
* gh-115491: Keep some fields valid across allocations (free-threading) (#115573)Sam Gross2024-02-201-0/+2
* gh-112529: Use _PyThread_Id() in mimalloc in free-threaded build (#115488)Sam Gross2024-02-141-1/+7
* gh-112532: Improve mimalloc page visiting (#114133)Sam Gross2024-01-221-0/+4
* gh-112532: Tag mimalloc heaps and pages (#113742)Sam Gross2024-01-052-1/+3
* gh-112532: Isolate abandoned segments by interpreter (#113717)Sam Gross2024-01-042-18/+42
* gh-112532: Use separate mimalloc heaps for GC objects (gh-113263)Sam Gross2023-12-261-0/+2
* gh-90815: Fix mimalloc atomic.h on Windows arm64 (#111527)Victor Stinner2023-10-301-1/+1
* gh-90815: Add mimalloc memory allocator (#109914)Dino Viehland2023-10-306-0/+3069