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
alloc-override.c
alloc-posix.c
alloc.c
arena.c
bitmap.c
bitmap.h
heap.c
init.c
options.c
os.c
page-queue.c
page.c
random.c
segment-map.c
segment.c
static.c
stats.c