merge branch

This commit is contained in:
wty
2024-08-12 10:56:45 +08:00
6 changed files with 187 additions and 175 deletions

View File

@@ -36,7 +36,7 @@ Modification:
#include <stdbool.h>
#include <stdint.h>
#define MAX_BUDDY_ORDER (20)
#define MAX_BUDDY_ORDER (14)
#define FREE_LIST_INDEX(order) \
(1 << order)