added the mandatory show_alloc_mem, and sorted the zones by increasing address in the linked lists
This commit is contained in:
parent
65447f4a0a
commit
db2b5f27bb
92 changed files with 176 additions and 20 deletions
2
main.c
2
main.c
|
|
@ -5,7 +5,7 @@
|
|||
#include <time.h>
|
||||
|
||||
/*
|
||||
** These match your allocator’s thresholds
|
||||
** match allocator’s thresholds
|
||||
** (only used here for shaping size distributions)
|
||||
*/
|
||||
#define TINY_MAX 64
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue