add MALLOC_DEBUG_LEVEL environment variable support

This commit is contained in:
2024-12-09 20:08:28 +01:00
parent 039d29f0d7
commit 9824c9d230
12 changed files with 205 additions and 19 deletions

View File

@ -20,7 +20,8 @@ SRCS_NAMES = malloc.c \
show_alloc_mem.c\
free.c\
realloc.c\
utils.c
utils.c\
env_debug.c
SRCS_DIR = srcs