added the mandatory show_alloc_mem, and sorted the zones by increasing address in the linked lists

This commit is contained in:
thrieg 2025-12-13 06:07:24 +01:00
parent 65447f4a0a
commit db2b5f27bb
92 changed files with 176 additions and 20 deletions

2
main.c
View file

@ -5,7 +5,7 @@
#include <time.h>
/*
** These match your allocators thresholds
** match allocators thresholds
** (only used here for shaping size distributions)
*/
#define TINY_MAX 64