fixup! Import the source code of mimalloc v2.2.3

Let's ignore the `static void mi_stat_total_print()` function that is
not actually used. This is code vendored into Git, and we want to
deviate as minimally from upstream mimalloc as possible to make it cheap
to stay up to date.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
Johannes Schindelin
2025-04-20 20:57:33 +02:00
parent 1cce6a72bc
commit 6cb56a7dae

View File

@@ -2194,6 +2194,7 @@ $(MIMALLOC_OBJS): COMPAT_CFLAGS += -DBANNED_H
$(MIMALLOC_OBJS): COMPAT_CFLAGS += \
-Wno-attributes \
-Wno-unknown-pragmas \
-Wno-unused-function \
-Wno-array-bounds
ifdef DEVELOPER