cpython/Objects/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
..
prim gh-112808: Fix mimalloc build on Solaris (#112809) 2024-01-08 15:50:56 -08:00
alloc-aligned.c gh-90815: Add mimalloc memory allocator (#109914) 2023-10-30 15:43:11 +00:00
alloc-override.c gh-90815: Add mimalloc memory allocator (#109914) 2023-10-30 15:43:11 +00:00
alloc-posix.c gh-90815: Add mimalloc memory allocator (#109914) 2023-10-30 15:43:11 +00:00
alloc.c gh-115491: Keep some fields valid across allocations (free-threading) (#115573) 2024-02-20 10:36:40 -05:00
arena.c gh-90815: Add mimalloc memory allocator (#109914) 2023-10-30 15:43:11 +00:00
bitmap.c gh-90815: Add mimalloc memory allocator (#109914) 2023-10-30 15:43:11 +00:00
bitmap.h gh-90815: Add mimalloc memory allocator (#109914) 2023-10-30 15:43:11 +00:00
heap.c gh-115184: Fix refleak tracking issues in free-threaded build (#115188) 2024-02-09 09:23:12 -05:00
init.c gh-115491: Keep some fields valid across allocations (free-threading) (#115573) 2024-02-20 10:36:40 -05:00
options.c gh-90815: Add mimalloc memory allocator (#109914) 2023-10-30 15:43:11 +00:00
os.c gh-90815: Add mimalloc memory allocator (#109914) 2023-10-30 15:43:11 +00:00
page-queue.c gh-90815: Add mimalloc memory allocator (#109914) 2023-10-30 15:43:11 +00:00
page.c gh-115491: Keep some fields valid across allocations (free-threading) (#115573) 2024-02-20 10:36:40 -05:00
random.c gh-90815: Add mimalloc memory allocator (#109914) 2023-10-30 15:43:11 +00:00
segment-map.c gh-90815: Add mimalloc memory allocator (#109914) 2023-10-30 15:43:11 +00:00
segment.c gh-112532: Improve mimalloc page visiting (#114133) 2024-01-22 13:10:21 -08:00
static.c gh-90815: Add mimalloc memory allocator (#109914) 2023-10-30 15:43:11 +00:00
stats.c gh-90815: Add mimalloc memory allocator (#109914) 2023-10-30 15:43:11 +00:00