cpython/Include/internal/mimalloc/mimalloc
Sam Gross 326119d373
gh-112529: Use _PyThread_Id() in mimalloc in free-threaded build (#115488)
The free-threaded GC uses mimallocs segment thread IDs to restore
the overwritten `ob_tid` thread ids in PyObjects. For that reason, it's
important that PyObjects and mimalloc use the same identifiers.
2024-02-14 16:41:29 -05:00
..
atomic.h gh-90815: Fix mimalloc atomic.h on Windows arm64 (#111527) 2023-10-30 22:33:49 +00:00
internal.h gh-112532: Improve mimalloc page visiting (#114133) 2024-01-22 13:10:21 -08:00
prim.h gh-112529: Use _PyThread_Id() in mimalloc in free-threaded build (#115488) 2024-02-14 16:41:29 -05:00
track.h
types.h gh-112532: Tag mimalloc heaps and pages (#113742) 2024-01-05 12:08:50 -08:00