summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_mimalloc.h
Commit message (Expand)AuthorAgeFilesLines
* gh-117657: Fix race involving GC and heap initialization (#119923)Sam Gross2024-06-041-0/+1
* gh-116984: Make mimalloc header includes relative to the current file (#118808)Sam Gross2024-05-091-3/+3
* gh-112536: Define MI_TSAN to 1 for --with-mimalloc and --with-thread-sanitize...Donghee Na2024-03-111-0/+4
* gh-115103: Delay reuse of mimalloc pages that store PyObjects (#115435)Sam Gross2024-03-061-0/+1
* gh-115103: Enable internal mimalloc assertions in debug builds (#116343)Sam Gross2024-03-051-1/+1
* gh-112529: Use _PyThread_Id() in mimalloc in free-threaded build (#115488)Sam Gross2024-02-141-3/+6
* gh-112532: Isolate abandoned segments by interpreter (#113717)Sam Gross2024-01-041-0/+6
* gh-112532: Use separate mimalloc heaps for GC objects (gh-113263)Sam Gross2023-12-261-0/+26
* gh-90815: Add mimalloc memory allocator (#109914)Dino Viehland2023-10-301-0/+19