summaryrefslogtreecommitdiffstats
path: root/Objects/mimalloc/alloc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in docs, error messages and comments (#123336)Wulian2024-08-281-1/+1
* gh-115103: Enable internal mimalloc assertions in debug builds (#116343)Sam Gross2024-03-051-0/+3
* 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-201-4/+13
* gh-90815: Add mimalloc memory allocator (#109914)Dino Viehland2023-10-301-0/+1062