cpython/Objects/mimalloc
Sam Gross 9afb0e1606
gh-112027: Don't print mimalloc warning after mmap() call (gh-113372)
gh-112027: Don't print mimalloc warning after mmap

This changes the warning to a "verbose"-level message in prim.c. The
address passed to mmap is only a hint -- it's normal for mmap() to
sometimes not respect the hint and return a different address.
2023-12-22 09:38:27 +09:00
..
prim gh-112027: Don't print mimalloc warning after mmap() call (gh-113372) 2023-12-22 09:38:27 +09: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-90815: Add mimalloc memory allocator (#109914) 2023-10-30 15:43:11 +00: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-90815: Add mimalloc memory allocator (#109914) 2023-10-30 15:43:11 +00:00
init.c gh-90815: Add mimalloc memory allocator (#109914) 2023-10-30 15:43:11 +00: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-90815: Add mimalloc memory allocator (#109914) 2023-10-30 15:43:11 +00: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-90815: Add mimalloc memory allocator (#109914) 2023-10-30 15:43:11 +00: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