cpython/Include/internal/mimalloc/mimalloc
Sam Gross cc82e33af9
gh-115491: Keep some fields valid across allocations (free-threading) (#115573)
This avoids filling the memory occupied by ob_tid, ob_ref_local, and
ob_ref_shared with debug bytes (e.g., 0xDD) in mimalloc in the
free-threaded build.
2024-02-20 10:36:40 -05:00
..
atomic.h
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-115491: Keep some fields valid across allocations (free-threading) (#115573) 2024-02-20 10:36:40 -05:00