mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-21 06:19:31 +03:00
![]() `mi_strnicmp` is defined but not used If `MI_USE_ENVIRON` is not set, which triggers a `-Wunused-function` warning. Since the function is used only by `mi_getenv`, we can move the `mi_strnicmp` just before `mi_getenv` to fix the warning. |
||
---|---|---|
.. | ||
alloc-aligned.c | ||
alloc-override-osx.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 | ||
region.c | ||
segment-cache.c | ||
segment.c | ||
static.c | ||
stats.c |